diff --git a/.gitignore b/.gitignore index ee6cf3bb..f6170ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ db.sqlite3 *.sw* .env +*.pyc diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 9c988265..46349dbb 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -1,4 +1,5 @@ {% load static from staticfiles %} +{% load bootstrap3 %}
@@ -49,6 +50,7 @@