Skip to content

Commit

Permalink
Added description to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 19, 2024
1 parent e44fdab commit 979cdb7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion trs/templates/trs/free_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ <h1>Overzicht vrije dagen / feestdagen {{ view.person }} {{ view.year }}</h1>
<th class="text-right">
<a href="{{ project.get_absolute_url }}">
{{ project.code }}
</a><br>
</a>
</th>
{% endfor %}
</tr>
<tr>
<th></th>
<th></th>
{% for project in view.free_projects %}
<th class="text-right">
{{ project.description }}
</th>
{% endfor %}
Expand Down

0 comments on commit 979cdb7

Please sign in to comment.