From 111787ed8c6f61a4a3f684de55bb417ff5ff8b61 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sat, 25 Jan 2025 00:58:21 +0100 Subject: [PATCH] =?UTF-8?q?Admin:=20Odkaz=20na=20seznam=20DSN=20z=20hlavn?= =?UTF-8?q?=C3=AD=20str=C3=A1nky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/org_index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mo/web/templates/org_index.html b/mo/web/templates/org_index.html index a0229652..aa72dcd3 100644 --- a/mo/web/templates/org_index.html +++ b/mo/web/templates/org_index.html @@ -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 %} -- GitLab