diff --git a/mo/web/templates/org_index.html b/mo/web/templates/org_index.html
index a0229652513f632aa677ca9d566202e01a89bc65..aa72dcd35b1cd79720ea01623375542fae35ad54 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 %}