Skip to content
Snippets Groups Projects
Commit 111787ed authored by Martin Mareš's avatar Martin Mareš
Browse files

Admin: Odkaz na seznam DSN z hlavní stránky

parent 2854c472
No related branches found
No related tags found
1 merge request!138Zpracování nedoručenek
......@@ -84,13 +84,17 @@
{% if g.user.is_admin %}
<h3>Univerzální hledátko</h3>
<h3>Nástroje pro správce</h3>
<form method=GET action="" class='form form-inline' role=form>
<input class='form-control' name=search size=32 placeholder='cID pID rID uID x@y.z' autofocus></input>
<input class='btn btn-primary' type="submit" value='Vyhledat'>
</form>
<div class='button-group space-top'>
<a class='btn btn-default' href='{{ url_for('admin_all_dsn') }}'>Nedoručenky</a>
</div>
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment