working templating for about

This commit is contained in:
William Zhang 2018-05-26 18:33:26 -04:00
parent 54acb32241
commit cc67761741

View File

@ -37,7 +37,7 @@
{% if member.category != 'sponsors' and member.category != 'senators' %}
<span>{{ member.year }}</span>
{% endif %}
</div>
{% if member.category != "officers" %}
<span>{{ member.title }}</span>
{% endif %}
@ -46,6 +46,7 @@
<p>{{ member.intro }}</p>
{% endif %}
</div>
</div>
{% endfor %}
{% endwith %}
</section>