diff --git a/shelfzilla/themes/bootflat/templates/_layout.html b/shelfzilla/themes/bootflat/templates/_layout.html index aeb9ab7..e3aae8d 100644 --- a/shelfzilla/themes/bootflat/templates/_layout.html +++ b/shelfzilla/themes/bootflat/templates/_layout.html @@ -64,6 +64,11 @@ {% else %} +
  • + + {% trans "Register" %} + +
  • {% trans "Log in" %} diff --git a/shelfzilla/themes/bootflat/templates/users/login.html b/shelfzilla/themes/bootflat/templates/users/login.html index 44a7cb3..2b334a2 100644 --- a/shelfzilla/themes/bootflat/templates/users/login.html +++ b/shelfzilla/themes/bootflat/templates/users/login.html @@ -1,7 +1,6 @@ {% extends '_layout.html' %} {% load i18n %} -{% block navigation_bar %}{% endblock %} {% block page_title %}{{ block.super }} | Login{% endblock %} {% block extra_js %} @@ -19,27 +18,40 @@ $(function(){ {% endblock %} {% block main_content %} -
    -
    -

    {% trans "Access the site" %}

    -
    -