Skip to content

Commit

Permalink
Remove sorting on status
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohoff committed Aug 10, 2023
1 parent 61469bc commit 3bf9c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/apps/regie/templates/melding/part_overview_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h1 class="page-title">Meldingen</h1>
<th class="sorting {{ GET|heeft_orden_oplopend:'locaties__vak' }}"><a href="{% url 'overview' %}?{{ GET|qs_ordenen:'locaties__vak' }}" role="button">Vak</a></th>
<th>Categorie</th>
<th class="sorting {{ GET|heeft_orden_oplopend:'origineel_aangemaakt' }}"><a href="{% url 'overview' %}?{{ GET|qs_ordenen:'origineel_aangemaakt' }}" role="button">Datum</a></th>
<th class="sorting {{ GET|heeft_orden_oplopend:'afgesloten_op' }}"><a href="{% url 'overview' %}?{{ GET|qs_ordenen:'afgesloten_op' }}" role="button">Status</a></th>
{% comment %} <th class="sorting {{ GET|heeft_orden_oplopend:'afgesloten_op' }}"><a href="{% url 'overview' %}?{{ GET|qs_ordenen:'afgesloten_op' }}" role="button">Status</a></th> {% endcomment %}
<th>Status</th>
<th></th>
</tr>
</thead>
Expand Down

0 comments on commit 3bf9c1c

Please sign in to comment.