diff --git a/teamtemp/templates/base.html b/teamtemp/templates/base.html index 5c47bcb6..c2241ea8 100644 --- a/teamtemp/templates/base.html +++ b/teamtemp/templates/base.html @@ -16,7 +16,7 @@ {% autoescape off %}
{% bootstrap_messages %}
{% endautoescape %} {% block body %}{% endblock %} {% block footer %} -


+


{% endblock %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %}{% include "ga.html" %}{% endif %} {% endblock %} diff --git a/teamtemp/templates/password.html b/teamtemp/templates/password.html index cea16be0..e8c86d4b 100644 --- a/teamtemp/templates/password.html +++ b/teamtemp/templates/password.html @@ -23,7 +23,7 @@

Enter the admin password

{% buttons %} {% bootstrap_button "Submit" button_type="submit" button_class="btn-primary" %}
- ^ + {% endbuttons %}