caddy: add email addr

This commit is contained in:
jeltz 2024-05-02 22:43:25 +02:00
parent 4d0f820df0
commit 1e1783fd59
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -88,8 +88,8 @@
<p lang="en">Whoops, the service takes too long to respond…<br/>Try refreshing the page later.</p>
{{ '{{end}}' }}
{{ '{{if and (lt $http_code 600) (gt $http_code 499)}}' }}
<p lang="fr" hidden>Si le problème persiste, contactez <a href="mailto:tech.aurore@lists.crans.org">léquipe technique dAurore</a>.</p>
<p lang="en">If the problem persists, contact <a href="mailto:tech.aurore@lists.crans.org">the Aurore technical team</a>.</p>
<p lang="fr" hidden>Si le problème persiste, contactez <a href="{{ 'mailto:' + caddy__contact_email }}">léquipe technique dAurore</a>.</p>
<p lang="en">If the problem persists, contact <a href="{{ 'mailto:' + caddy__contact_email }}">the Aurore technical team</a>.</p>
{{ '{{end}}' }}
{{ '{{if eq $http_code 403}}' }}
<p lang="fr" hidden>Whoops, cette page vous est interdite.</p>