mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
working templating for about
This commit is contained in:
parent
54acb32241
commit
cc67761741
|
@ -37,14 +37,15 @@
|
||||||
{% 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" %}
|
|
||||||
<span>{{ member.title }}</span>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if member.category == "officers" and member.intro != '' %}
|
{% if member.category != "officers" %}
|
||||||
<p>{{ member.intro }}</p>
|
<span>{{ member.title }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if member.category == "officers" and member.intro != '' %}
|
||||||
|
<p>{{ member.intro }}</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user