Make support mail contact configurable
Still fails because the config is not available in the base template.
This commit is contained in:
parent
d72914da0d
commit
83bc490740
7 changed files with 21 additions and 6 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
{{define "content"}}
|
||||
<div class="col-md-8 offset-md-2">
|
||||
<div class="alert alert-danger">
|
||||
Die Mailzustellung an Web und GMX ist gerade gestört.
|
||||
Falls deine Mailadresse dorthin weiterleitet und du die Bestätigung nicht erhältst,
|
||||
melde dich bei <a href="mailto:{{.Config.Mailer.SupportMail}}">{{.Config.Mailer.SupportMail}}</a>.
|
||||
</div>
|
||||
Die Sprechstunde wurde angelegt.
|
||||
Du solltest eine Mail mit einem Aktivierungslink erhalten haben.
|
||||
Klicke auf diesen, um die Sprechstunde öffentlich anzuzeigen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue