diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index ba19560..66b8f9b 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -53,7 +53,7 @@ {% endif %} {% if member %} -
  • {% trans "Status: Member" %}
  • +
  • {% trans "Status: Member" %}
  • {% else %}
  • {% trans "Status: Visitor" %}
  • {% endif %} diff --git a/src/home/templates/home/home.html b/src/home/templates/home/home.html index bcc5ee3..3e83e8b 100644 --- a/src/home/templates/home/home.html +++ b/src/home/templates/home/home.html @@ -2,6 +2,7 @@ {% block content %} {% load i18n %} {% get_current_language as lang %} +{% load is_member %}
    {% if news %} @@ -44,9 +45,12 @@ {% endif %}