[templates] Clean up task titles

This commit is contained in:
2025-08-19 12:37:26 -04:00
parent 36cfdd6f6c
commit af6c39fb85
4 changed files with 5 additions and 5 deletions

View File

@ -97,7 +97,7 @@
<p>No brick sets today</p>
{% endif %}
<h3><a href="{% url 'puzzles:puzzle_list' %}">Puzzles</aa></h3>
<h3><a href="{% url 'puzzles:puzzle_list' %}">Puzzles</a></h3>
{% if Puzzle %}
{% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %}
{% include "scrobbles/_scrobble_table.html" %}