Skip to content

Commit

Permalink
Merge pull request #942 from CodingPirates/934-bug-sortering-af-foren…
Browse files Browse the repository at this point in the history
…ingsmedlemskaber-er-efter-afdeling-istedet-for-forening

Ændrede sortering af medlemskaber til at være efter foreningen
  • Loading branch information
rasmusselsmark authored Aug 20, 2023
2 parents 7aa4815 + 57a5856 commit 5ccd688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/templates/members/membership.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Tilmeld som medlem her</h2>
</tr>
</thead>
<tbody class="union-membership-tablebody">
{% for activity in region.list|dictsort:"department.name" %}
{% for activity in region.list|dictsort:"department.union.name" %}
<tr>
<td>
Coding Pirates<br>
Expand Down

0 comments on commit 5ccd688

Please sign in to comment.