mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-29 07:19:49 -04:00
working templating for about
This commit is contained in:
parent
fdcece36f2
commit
b884a44299
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user