Fix form action syntax in base.html
This commit is contained in:
parent
1a71809460
commit
282f728870
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@
|
|||
<a href="{% url 'twitch:emote_gallery' %}">Emotes</a>
|
||||
<br />
|
||||
<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"
|
||||
style="display: inline;
|
||||
margin-left: 1rem">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue