Fix tabulation issue in template
This commit is contained in:
parent
60631b77b7
commit
e911cdcf6b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
{% translate "Snapshot" %}
|
{% translate "Snapshot" %}
|
||||||
</a>
|
</a>
|
||||||
<form id="search" action="{% url 'search_post' %}" method="post">
|
<form id="search" action="{% url 'search_post' %}" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="search"
|
name="search"
|
||||||
placeholder="{% translate "Search" %}"
|
placeholder="{% translate "Search" %}"
|
||||||
|
|
Loading…
Reference in a new issue