From b9efa57eb6b95e9d65b196eae8bc5a6db726fc45 Mon Sep 17 00:00:00 2001 From: rscnt Date: Wed, 3 Feb 2016 07:36:52 -0600 Subject: [PATCH] supporters: better style for names --- .../templates/digitalglarus/supporters.html | 45 +++++++++---------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/digitalglarus/templates/digitalglarus/supporters.html b/digitalglarus/templates/digitalglarus/supporters.html index 6222b734..a0b43b84 100644 --- a/digitalglarus/templates/digitalglarus/supporters.html +++ b/digitalglarus/templates/digitalglarus/supporters.html @@ -4,31 +4,30 @@ {% block content %}
-
-
-
-

- Supporters -

-
-
-
- -
-
- {% for support in supporters %} -
-

- {{ support.name }} -

-

- {{ support.description }} -

+
+
+
+

+ Supporters +

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