diff --git a/templates/base.rs.html b/templates/base.rs.html index 564c1f84..3940bf4d 100644 --- a/templates/base.rs.html +++ b/templates/base.rs.html @@ -87,6 +87,10 @@ @i18n!(ctx.1, "Privacy policy") @if ctx.2.clone().map(|u| u.is_admin()).unwrap_or(false) { @i18n!(ctx.1, "Administration") + } else { + @if ctx.2.clone().map(|u| u.is_moderator()).unwrap_or(false) { + @i18n!(ctx.1, "Moderation") + } }