Skip to content

Commit

Permalink
Nicer table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 19, 2024
1 parent 09cbdfb commit 426b914
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion trs/templates/trs/free_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ <h1>Overzicht vrije dagen / feestdagen {{ view.person }} {{ view.year }}</h1>
<th>Week</th>
<th>Begindag</th>
{% for project in view.free_projects %}
<th class="text-right">{{ project.as_widget }}</th>
<th class="text-right">
<a href="{{ project.get_absolute_url }}">
{{ project.code }}
</a><br>
{{ project.description }}
</th>
{% endfor %}
</tr>
</thead>
Expand Down

0 comments on commit 426b914

Please sign in to comment.