Skip to content

Commit 8a5ffd7

Browse files
committed
show people if any
1 parent 4a79350 commit 8a5ffd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/people.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ <h2>{{item[2] | safe}}</h2>
3737
</div>
3838
{% endfor %}
3939
</div>
40-
<div class="divider"></div>
4140
{% if Visiting %}
41+
<div class="divider"></div>
4242
<h2>Visiting Colleagues</h2>
4343
<div class="divider"></div>
4444
<div id="Visiting_List">
@@ -64,6 +64,7 @@ <h2>{{item[2] | safe}}</h2>
6464

6565
</div>
6666
{% endif %}
67+
{% if Aff %}
6768
<h2>Research Affiliate</h2>
6869
<div class="divider"></div>
6970
<div id="Affiliate_List">
@@ -87,6 +88,7 @@ <h2>{{item[2] | safe}}</h2>
8788
</div>
8889
{% endfor %}
8990
</div>
91+
{% endif %}
9092
<h2>Collaborators</h2>
9193
<div class="divider"></div>
9294
<div id="Colaborators_List">

0 commit comments

Comments
 (0)