From 44139e2ebb2640b0fd802f0a638b58e1210ef040 Mon Sep 17 00:00:00 2001 From: theBlade Date: Fri, 14 Nov 2014 09:33:44 -0500 Subject: [PATCH] Adds an extra button for global admins to edit board settings. --- templates/mod/dashboard.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/mod/dashboard.html b/templates/mod/dashboard.html index fe6c6a3e..b292463b 100644 --- a/templates/mod/dashboard.html +++ b/templates/mod/dashboard.html @@ -128,6 +128,9 @@ {% if mod|hasPermission(config.mod.manageboards) %} [{% trans 'edit' %}] {% endif %} + {% if mod|hasPermission(config.mod.manageboards) %} + [{% trans 'settings' %}] + {% endif %} {% endif %} {% endfor %}