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,7 +2,7 @@
|
|||
|
||||
{{define "content"}}
|
||||
<div class="col-md-8 offset-md-2">
|
||||
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:sprechstundentool@mathebau.de">sprechstundentool@mathebau.de</a> mit einer Beschreibung, was du tun wolltest.
|
||||
Irgendetwas ist schief gegangen. Bitte sende folgende Daten an <a href="mailto:{{.Config.Mailer.SupportMail}}">{{.Config.Mailer.SupportMail}}</a> mit einer Beschreibung, was du tun wolltest.
|
||||
<br>
|
||||
{{.}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue