We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a79350 commit 8a5ffd7Copy full SHA for 8a5ffd7
templates/people.html
@@ -37,8 +37,8 @@ <h2>{{item[2] | safe}}</h2>
37
</div>
38
{% endfor %}
39
40
- <div class="divider"></div>
41
{% if Visiting %}
+ <div class="divider"></div>
42
<h2>Visiting Colleagues</h2>
43
<div class="divider"></div>
44
<div id="Visiting_List">
@@ -64,6 +64,7 @@ <h2>{{item[2] | safe}}</h2>
64
65
66
{% endif %}
67
+ {% if Aff %}
68
<h2>Research Affiliate</h2>
69
70
<div id="Affiliate_List">
@@ -87,6 +88,7 @@ <h2>{{item[2] | safe}}</h2>
87
88
89
90
91
+ {% endif %}
92
<h2>Collaborators</h2>
93
94
<div id="Colaborators_List">
0 commit comments