diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 7bff6d4..c6a8571 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -1,5 +1,6 @@ {% load i18n %} {% load staticfiles %} +{% load gravatar %} @@ -38,21 +39,19 @@ {% if user.is_superuser %}
  • {% trans 'Domains' %}
  • {% endif %} - {% if user.is_authenticated %} -
  • {% trans 'My Settings' %}
  • - {% endif %}