diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 0bd9964..7b3f217 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -1,4 +1,4 @@ -{% load url from future %}{% load i18n %} +{% load url from future %}{% load i18n %}{% load staticfiles %} @@ -8,11 +8,11 @@ - - + + - - + + @@ -31,7 +31,7 @@ {% endif %}
  • {% if user.is_authenticated %}Logout{% else %}Login{% endif %}
  • - + {% if user.is_authenticated %}
    Logged in as: {{ user.username }}
    {% endif %} @@ -59,11 +59,10 @@ {% endblock footer %} - - - - - + + + + {% block additionaljs %}{% endblock %} diff --git a/src/postorius/templates/postorius/login.html b/src/postorius/templates/postorius/login.html index fccfc26..9caf593 100644 --- a/src/postorius/templates/postorius/login.html +++ b/src/postorius/templates/postorius/login.html @@ -1,7 +1,7 @@ {% extends extend_template %} {% load url from future %} {% load i18n %} - +{% load staticfiles %} {% block main %}
    @@ -31,7 +31,7 @@
    {% csrf_token %} - Login using BrowserID + Login using BrowserID
    {% endblock %}