From ac61a171f72c7cad578c57300c09239266f9233a Mon Sep 17 00:00:00 2001 From: UncleReaton <42@hugo-mechiche.com> Date: Thu, 6 Apr 2023 11:18:59 +0200 Subject: [PATCH] Added information about membership termination on user's profile --- src/accounts/templates/accounts/profile.html | 1 + 1 file changed, 1 insertion(+) 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 %}