[odrs-web] Allow moderators to search for specific keywords



commit 0da70d70132e9739e365f092c7db2cef099bdc01
Author: Richard Hughes <richard hughsie com>
Date:   Wed Apr 29 18:59:12 2020 +0100

    Allow moderators to search for specific keywords

 app_data/odrs/templates/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/odrs/templates/default.html b/app_data/odrs/templates/default.html
index ca9fbd3..19e46db 100644
--- a/app_data/odrs/templates/default.html
+++ b/app_data/odrs/templates/default.html
@@ -41,8 +41,8 @@
             <li><a href="{{url_for('.admin_taboo_show_all')}}">Taboos</a></li>
             <li><a href="{{url_for('.admin_component_show_all')}}">Components</a></li>
             <li><a href="{{url_for('.admin_graph_month')}}">Usage</a></li>
-            <li><a href="{{url_for('.admin_search')}}">Search</a></li>
 {% endif %}
+            <li><a href="{{url_for('.admin_search')}}">Search</a></li>
             <li><a href="{{url_for('.odrs_moderator_show', 
moderator_id=g.user.moderator_id)}}">Profile</a></li>
 {% endif %}
           </ul>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]