Skip to content

Commit

Permalink
Added missing 'endif'
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 17, 2024
1 parent e3ddb99 commit 9fdc0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trs/templates/trs/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ <h1>
<th>Groep</th>
<td>{{ view.person.group }}</td>
</tr>
{% endif %}
{% if view.person.mpc %}
<tr>
<th>Markt-product-combinatie</th>
Expand Down

0 comments on commit 9fdc0d2

Please sign in to comment.