From 44b02cfb4eb62d02ceef9df9c44ad88b7812439e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 7 Jan 2022 20:27:45 +0000 Subject: [PATCH] Add translation tagging call for help --- app/templates/base.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 4c42b16..0d5c687 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -127,7 +127,7 @@ To do list {% if current_user.rank.atLeast(current_user.rank.EDITOR) or check_global_perm(current_user, "CREATE_TAG") %} - + {% endif %} {% if current_user.rank.atLeast(current_user.rank.MODERATOR) %} @@ -147,7 +147,7 @@ {% elif check_global_perm(current_user, "CREATE_TAG") %} {% endif %} - + @@ -182,6 +182,14 @@ + +