From 392ab930528b75035925486a47668a4abd61fb20 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Mon, 29 Jul 2019 13:15:26 -0700 Subject: [PATCH] Add Twitter handle to all sponsorship ranks --- templates/pages/sponsors.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index 351b869..8dabfe1 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -17,7 +17,7 @@
{{p.name}}
- {{p.intro}} + {{p.intro}} | {{p.twitter}}
{% endfor %} @@ -31,7 +31,7 @@
{{p.name}}
- {{p.intro}} + {{p.intro}} | {{p.twitter}}
{% endfor %} @@ -45,7 +45,7 @@
{{p.name}}
- {{p.intro}} + {{p.intro}} | {{p.twitter}}
{% endfor %} @@ -58,7 +58,7 @@
{{p.name}}
- {{p.intro}} + {{p.intro}} | {{p.twitter}}
{% endfor %} -- 2.39.5