diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index dc446e3..33001b1 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -54,6 +54,7 @@ {% endif %} {% if member %}
  • Status: {% trans "Member" %}
  • +
  • {% trans "Membership ends on" %} {{ user.userprofileinfo.member_until|date:"d-m-Y" }}
  • {% else %}
  • Status: {% trans " Visitor" %}
  • {% endif %}