forked from leftypol/leftypol
fix permission name
This commit is contained in:
parent
b1490bed31
commit
15810c9bed
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
{% if mod|hasPermission(config.mod.modlog) %}
|
||||
<li><a href="?/log">{% trans 'Moderation log' %}</a></li>
|
||||
{% endif %}
|
||||
{% if mod|hasPermission(config.mod.recent_posts) %}
|
||||
{% if mod|hasPermission(config.mod.recent) %}
|
||||
<li><a href="?/recent/25">{% trans 'Recent posts' %}</a></li>
|
||||
{% endif %}
|
||||
{% if mod|hasPermission(config.mod.rebuild) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue