aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/body.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/body.html')
-rw-r--r--templates/web/base/admin/body.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/base/admin/body.html b/templates/web/base/admin/body.html
index 47dce4a9c..7fa446f44 100644
--- a/templates/web/base/admin/body.html
+++ b/templates/web/base/admin/body.html
@@ -130,9 +130,10 @@
<div class="fms-admin-warning">
[% errors.values.join('<br>') %]
</div>
+ [% INCLUDE 'admin/contact-form.html' translations=contact_translations %]
+ [% ELSE %]
+ [% INCLUDE 'admin/contact-form.html' translations={} %]
[% END %]
-
- [% INCLUDE 'admin/contact-form.html' %]
</div>
[% IF NOT errors and c.user.is_superuser %]