Skip to content

Commit

Permalink
Update people_index_page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
strafrecht-admin authored Aug 24, 2023
1 parent 8e8f872 commit 11963f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/pages/people_index_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ <h5>Office</h5>
{% endfor %}
</div>

<div class="role-group">
<h5>Webmaster</h5>
{% for person in webmaster|dictsort:"last_name" %}
<a href="{% routablepageurl page "person" person.id %}">{{ person.first_name }} {{ person.last_name }}</a>
{% endfor %}
</div>

<div class="role-group">
<h5>Wissenschaftliches Personal</h5>
{% for person in academic|dictsort:"last_name" %}
Expand Down

0 comments on commit 11963f4

Please sign in to comment.