diff --git a/templates/admin/base.html b/templates/admin/base.html index 703ec4a..c7d1db9 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -75,5 +75,8 @@ {% if user.has_usable_password %} {% translate 'Change password' %} / {% endif %} - {% translate 'Log out' %} +
{% endblock %}