diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-25 22:40:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-25 22:40:00 +0200 |
commit | acd70e7f909b397516fb144fae1abd9847a6ad86 (patch) | |
tree | 1185adcdc3da9fd9c8a4d67c382ecedf0c656955 /src/templates/-error.html.tmpl | |
parent | 5fd427d9ae80ff2f1f68e98d891a833a48741160 (diff) |
Fix bad formatting
Diffstat (limited to 'src/templates/-error.html.tmpl')
-rw-r--r-- | src/templates/-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/-error.html.tmpl b/src/templates/-error.html.tmpl index 5b8258b..a18ec3e 100644 --- a/src/templates/-error.html.tmpl +++ b/src/templates/-error.html.tmpl @@ -8,8 +8,8 @@ {{ .Get "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience." }} </p> <p> - {{ .Get "If this issue persists, don’t hesitate to contact ‘@onetruemangoman’ on Discord or to email us at %(Email:e)" - (map "Email" "mail@euro-cash.eu") }} + {{ .Get "If this issue persists, don’t hesitate to contact ‘@onetruemangoman’ on Discord or to email us at {Email:e}" + (map "Email" "mail@euro-cash.eu") }} </p> </main> {{ end }}
\ No newline at end of file |