Skip to content

Commit

Permalink
Fix permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Jul 5, 2024
1 parent fe13597 commit 30c3181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1>2024 general election results</h1>
{% for ballot in ballots %}
<div class="ballot" data-name="{{ ballot.post.label }}">
<h2>{{ ballot.post.label }}
<a href="{% url "election_view" ballot %}">#</a>
<a href="{{ ballot.get_absolute_url }}">#</a>
{% if ballot.has_winner %}
🟢
{% else %}
Expand Down

0 comments on commit 30c3181

Please sign in to comment.