Fix form action syntax in base.html

This commit is contained in:
Joakim Hellsén 2026-01-15 03:04:15 +01:00
commit 282f728870
No known key found for this signature in database

View file

@ -165,7 +165,7 @@
<a href="{% url 'twitch:emote_gallery' %}">Emotes</a> <a href="{% url 'twitch:emote_gallery' %}">Emotes</a>
<br /> <br />
<a href="{% url 'twitch:docs_rss' %}">RSS</a> | <a href="{% url 'twitch:debug' %}">Debug</a> <a href="{% url 'twitch:docs_rss' %}">RSS</a> | <a href="{% url 'twitch:debug' %}">Debug</a>
<form action="{% url 'twitch:search' }}" <form action="{% url 'twitch:search' %}"
method="get" method="get"
style="display: inline; style="display: inline;
margin-left: 1rem"> margin-left: 1rem">