diff --git a/bookwyrm/templates/403.html b/bookwyrm/templates/403.html index 64fd43536..0b78bc6b8 100644 --- a/bookwyrm/templates/403.html +++ b/bookwyrm/templates/403.html @@ -7,10 +7,14 @@ {% block content %}
You do not have permission to view this page or perform this action. Your user permission level is {{ level }}
.
If you think you should have access, please speak to your BookWyrm server administrator.
- {% endblocktrans %} +
+ {% blocktrans trimmed with level=request.user|get_user_permission %}
+ You do not have permission to view this page or perform this action. Your user permission level is {{ level }}
.
+ {% endblocktrans %}
+
{% trans "If you think you should have access, please speak to your BookWyrm server administrator." %} +
+