Skip to content

Commit

Permalink
Views: Fix bad link in awards page
Browse files Browse the repository at this point in the history
  • Loading branch information
UEWBot committed Dec 30, 2023
1 parent 5a073be commit 32d6472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualiser/tournament/templates/tournaments/awards.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}{% blocktrans with tournament=tournament %}DipTV - {{ tournament }} Awards{% endblocktrans %}{% endblock %}

{% block content %}
<h1>{% blocktrans with tournament=tournament %}<a href="{{ tournament.get_absolute_url }}">{{ tournament }}</a> Awards{% endblocktrans %}</h1>
<h1><a href="{{ tournament.get_absolute_url }}">{{ tournament }}</a> {% trans "Awards" %}</h1>
<dl>
{% if tournament.is_finished %}
{% for tp in tournament.tournamentplayer_set.all %}
Expand Down

0 comments on commit 32d6472

Please sign in to comment.