We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757b82e commit c688ce4Copy full SHA for c688ce4
example/templates/index.html
@@ -12,8 +12,8 @@ <h1>Index of Tests</h1>
12
<li><a href="/jquery/">jQuery 3.3.1</a></li>
13
<li><a href="/mootools/">MooTools 1.6.0</a></li>
14
<li><a href="/prototype/">Prototype 1.7.3.0</a></li>
15
- <li><a href="/turbo/">Hotwire Turbo</a></li>
16
- <li><a href="/htmx/">htmx</a></li>
+ <li><a href="{% url 'turbo' %}">Hotwire Turbo</a></li>
+ <li><a href="{% url 'htmx' %}">htmx</a></li>
17
</ul>
18
<p><a href="/admin/">Django Admin</a></p>
19
{% endcache %}
0 commit comments