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 11963f4 commit 539cf82
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions templates/pages/people_index_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ <h5>Office</h5>
<a href="{% routablepageurl page "person" person.id %}">{{ person.first_name }} {{ person.last_name }}</a>
{% 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>
Expand All @@ -53,6 +46,12 @@ <h5>Studentische Hilfskräfte</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>
</div>
{% endblock %}

0 comments on commit 539cf82

Please sign in to comment.