diff --git a/sigi/templates/admin/base_site.html b/sigi/templates/admin/base_site.html index 6902666..5a764d4 100644 --- a/sigi/templates/admin/base_site.html +++ b/sigi/templates/admin/base_site.html @@ -45,10 +45,13 @@ {% endif %} {% if not user.is_anonymous %} - - {% trans 'Log out' %} - - +
+ {% csrf_token %} + +
{% endif %} {% endblock %}