We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357e0f5 commit b989d39Copy full SHA for b989d39
1 file changed
radboudumc-template/templates/people-single.html
@@ -28,10 +28,6 @@ <h2 class="text-muted">{{ page.position }}</h2>
28
<a href="mailto:{{ page.email }}">{{ page.email }}</a>
29
</div>
30
31
- {% else %}
32
- <div class="banner inactive-member">
33
- This member is no longer active in the DIAG group.
34
- </div>
35
{% if page.office %}
36
<div class="row">
37
<div class="col-1">
@@ -43,6 +39,10 @@ <h2 class="text-muted">{{ page.position }}</h2>
43
39
<a href="https://www.radboudumc.nl/en/patient-care/getting-there">{{ page.office }}</a>
44
40
45
41
42
+ {% else %}
+ <div class="banner inactive-member">
+ This member is no longer working with the group.
+ </div>
46
{% endif %}
47
{% if page.telephone %}
48
0 commit comments