From 15810c9bedb5b7d18baec0f845bb3177f867471e Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 25 Mar 2014 12:15:40 +0100 Subject: [PATCH] fix permission name --- templates/mod/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/dashboard.html b/templates/mod/dashboard.html index f83edafc..2c370a11 100644 --- a/templates/mod/dashboard.html +++ b/templates/mod/dashboard.html @@ -100,7 +100,7 @@ {% if mod|hasPermission(config.mod.modlog) %}
  • {% trans 'Moderation log' %}
  • {% endif %} - {% if mod|hasPermission(config.mod.recent_posts) %} + {% if mod|hasPermission(config.mod.recent) %}
  • {% trans 'Recent posts' %}
  • {% endif %} {% if mod|hasPermission(config.mod.rebuild) %}