From be7d727a184d7f67fe691f3ccd8127c0254a3d46 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 %} +
+
-
-