diff --git a/nosystemd/templates/nosystemd/donations.html b/nosystemd/templates/nosystemd/donations.html index 0dade71c..5091f85a 100644 --- a/nosystemd/templates/nosystemd/donations.html +++ b/nosystemd/templates/nosystemd/donations.html @@ -19,21 +19,23 @@ {% if donator_status %} -
- {% csrf_token %} -
-

Your monthly donation status is {{donator_status.status}} - -

-
-
+ {% if donator_status.status == 'active'%} +
+ {% csrf_token %} +
+

Your monthly donation status is {{donator_status.status}} + +

+
+
+ {% else %} + + {% endif %} + {% endif %}