Skip to content

Commit

Permalink
✨ fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerteltier committed Jan 16, 2024
1 parent b073359 commit 016274c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions an_website/templates/pages/wordgame_solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
</form>

<ul>
{% for count, word in words %}
{% for count, w in words %}
<li>
<a href="{{fix_url('/wordspiel-helfer', word=word, before=new_before)}}">{{ word }}</a>
<a href="{{fix_url('/wordspiel-helfer', word=w, before=new_before)}}">{{w}}</a>
({{count}})
</li>
{% end %}
Expand Down

0 comments on commit 016274c

Please sign in to comment.