summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/status/500.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl
index e2eeb407b8..43ff2c12e8 100644
--- a/templates/status/500.tmpl
+++ b/templates/status/500.tmpl
@@ -3,8 +3,10 @@
<p style="margin-top: 100px"><img class="ui centered image" src="{{AssetUrlPrefix}}/img/500.png" alt="500"/></p>
<div class="ui divider"></div>
<br>
- {{if .ErrorMsg}}<p>{{.i18n.Tr "error.occurred"}}:</p>
- <pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
+ {{if .ErrorMsg}}
+ <p>{{.i18n.Tr "error.occurred"}}:</p>
+ <pre style="text-align: left">{{.ErrorMsg}}</pre>
+ {{end}}
{{if .ShowFooterVersion}}<p>{{.i18n.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
{{if .IsAdmin}}<p>{{.i18n.Tr "error.report_message" | Safe}}</p>{{end}}
</div>