diff --git a/.gitignore b/.gitignore index 7bfcd7a0..0d058fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ +snigdhoprogramming/ *.pyc \ No newline at end of file diff --git a/db.sqlite3 b/db.sqlite3 index 8ac810ba..12e1bb91 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/templates/about.html b/templates/about.html index fe320a7d..1f66c278 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,68 +1,20 @@ - - -
- - - +{% extends 'base.html' %} +{% block title %}About {% endblock title %} +{% block body %} +