From bad053e4de4de706deda4af5c6e35716feeb8dc5 Mon Sep 17 00:00:00 2001 From: Levi Date: Thu, 4 Aug 2016 23:14:07 -0500 Subject: [PATCH] =?UTF-8?q?Now=20an=20user=20can=E2=80=99t=20reanude=20his?= =?UTF-8?q?=20donation,=20he=20needs=20to=20make=20a=20new=20one.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nosystemd/templates/nosystemd/donations.html | 32 +++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) 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 %}