caddy: add email addr
This commit is contained in:
parent
4d0f820df0
commit
1e1783fd59
1 changed files with 2 additions and 2 deletions
|
@ -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 d’Aurore</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 d’Aurore</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>
|
||||
|
|
Loading…
Reference in a new issue