From f352f487ca3dffe621337876bffc5e675369d4ae Mon Sep 17 00:00:00 2001 From: rscnt Date: Mon, 8 Feb 2016 02:41:39 -0600 Subject: [PATCH] added supporters admin --- .../templates/digitalglarus/supporters.html | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/digitalglarus/templates/digitalglarus/supporters.html b/digitalglarus/templates/digitalglarus/supporters.html index a0b43b84..16f60e60 100644 --- a/digitalglarus/templates/digitalglarus/supporters.html +++ b/digitalglarus/templates/digitalglarus/supporters.html @@ -8,22 +8,20 @@

- Supporters + Supporters


- {% for support in supporters %} -
-
-
- {{ support.name }} -
-
- {{ support.description }} -
-
+ {% for supporter in supporters %} +
+
+
+

{{supporter.name}}

+

{{supporter.description}}

+
+
{% endfor %}