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 %}