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
|
@ -34,8 +34,7 @@
|
|||
<div class="col-md-8 offset-md-2 bg-secondary bg-gradient my-3 p-3 rounded" style="--bs-bg-opacity: .3;">
|
||||
© <a class="text-body" href="https://mathebau.de/">Fachschaft Mathematik, TU Darmstadt</a>
|
||||
<br>
|
||||
<!-- NOTE: when updating this hard coded email adress, also update it in addMask.html -->
|
||||
Technische Fragen an <a href="mailto:sprechstundentool@mathebau.de">sprechstundentool@mathebau.de</a>
|
||||
Technische Fragen an <a href="mailto:{{.Config.Mailer.SupportMail}}">{{.Config.Mailer.SupportMail}}</a>
|
||||
<br>
|
||||
Quellcode und Featurewünsche: <a href="https://gitea.mathebau.de/Fachschaft/sprechstunden-go">Gitea-Repository</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue