diff --git a/Makefile b/Makefile index aca3588..ad56d80 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ env: ## Install all dependencies @-virtualenv venv . ./venv/bin/activate && pip install -r requirements.txt . ./venv/bin/activate && ./integration/ci.sh init + . ./venv/bin/activate && yes yes | python manage.py collectstatic freeze: ## Freeze python dependencies @. ./venv/bin/activate && pip freeze > requirements.txt diff --git a/accounts/templates/common/components/base.html b/accounts/templates/common/components/base.html index 5622d68..caa4c39 100644 --- a/accounts/templates/common/components/base.html +++ b/accounts/templates/common/components/base.html @@ -3,7 +3,7 @@ - + {% block title %} {% endblock %} {% include "common/components/meta.html" %} diff --git a/accounts/templates/common/components/meta.html b/accounts/templates/common/components/meta.html index 8585cf2..dca8d2d 100644 --- a/accounts/templates/common/components/meta.html +++ b/accounts/templates/common/components/meta.html @@ -1,10 +1,10 @@ {% load static %} - + @@ -23,76 +23,76 @@ - + diff --git a/accounts/templates/common/components/nav/pub.html b/accounts/templates/common/components/nav/pub.html index fe1b3fa..fae4009 100644 --- a/accounts/templates/common/components/nav/pub.html +++ b/accounts/templates/common/components/nav/pub.html @@ -3,7 +3,7 @@