From 7ee1a8d8214b9c667ec8a88b61acd1c905be2f28 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Sat, 24 Aug 2019 08:54:26 -0700 Subject: [PATCH] Testing? --- templates/pages/sponsors.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index 75b1fdc..e088367 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -12,7 +12,9 @@

Diamond

+{% if loop.index0 is divisibleby 2 %}
+{% endif %} {% for p in diamond %}
{{p.name}} @@ -39,7 +41,9 @@ -->

Gold

{% for p in gold %} +{% if loop.index0 is divisibleby 2 %}
+{% endif %}
{{p.name}}
@@ -50,7 +54,9 @@

Silver

+{% if loop.index0 is divisibleby 3 %}
+{% endif %} {% for p in silver %}
{{p.name}} @@ -63,7 +69,9 @@

Supporter

+{% if loop.index0 is divisibleby 3 %}
+{% endif %} {% for p in supporter %}
{{p.name}} -- 2.39.5