diff --git a/sgawebsite/templates/about.html b/sgawebsite/templates/about.html index 589188f..d1e700a 100644 --- a/sgawebsite/templates/about.html +++ b/sgawebsite/templates/about.html @@ -37,14 +37,15 @@ {% if member.category != 'sponsors' and member.category != 'senators' %} {{ member.year }} {% endif %} - - {% if member.category != "officers" %} - {{ member.title }} - {% endif %} - {% if member.category == "officers" and member.intro != '' %} -
{{ member.intro }}
- {% endif %} + {% if member.category != "officers" %} + {{ member.title }} + {% endif %} + + {% if member.category == "officers" and member.intro != '' %} +{{ member.intro }}
+ {% endif %} + {% endfor %} {% endwith %}