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