mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
hide entry on token is empty
This commit is contained in:
parent
e4d0b085c1
commit
84070fbedc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<a href="{{ home }}">{{ title }}</a>
|
||||
{% if description %}<div>{{ description }}</div>{% endif %}
|
||||
<form action="/" method="GET">
|
||||
{% if token %}<input type="hidden" name="token" value="{{ token }}" />{% endif %}
|
||||
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..." />
|
||||
<input type="hidden" name="token" value="{{ token }}" />
|
||||
<input type="submit" value="Search" />
|
||||
</form>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue