Skip to content

Commit

Permalink
Use url template tag for example URLs (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Feb 11, 2024
1 parent 757b82e commit c688ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1>Index of Tests</h1>
<li><a href="/jquery/">jQuery 3.3.1</a></li>
<li><a href="/mootools/">MooTools 1.6.0</a></li>
<li><a href="/prototype/">Prototype 1.7.3.0</a></li>
<li><a href="/turbo/">Hotwire Turbo</a></li>
<li><a href="/htmx/">htmx</a></li>
<li><a href="{% url 'turbo' %}">Hotwire Turbo</a></li>
<li><a href="{% url 'htmx' %}">htmx</a></li>
</ul>
<p><a href="/admin/">Django Admin</a></p>
{% endcache %}
Expand Down

0 comments on commit c688ce4

Please sign in to comment.