Add option to subscribe to mailinglist
This commit is contained in:
parent
47c546b880
commit
5d4fed7180
10 changed files with 43 additions and 23 deletions
|
@ -31,7 +31,13 @@
|
|||
{{end}}
|
||||
Die Email-Adresse dient der Vermeidung von Spam und wird nicht veröffentlicht.
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" name="subscribeToMailinglist" id="subscribeToMailinglist" type="checkbox" value="subscribe" {{if eq .SubscribeToMailinglist true}}checked{{end}}>
|
||||
<label class="form-check-label" for="subscribeToMailinglist"><a href="https://lists.mathebau.de/postorius/lists/shk.mathebau.de/">Mailingliste für SHK abbonieren</a></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-floating mb-3">
|
||||
<select class="form-control form-select required" required name="veranstaltung" id="veranstaltung">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue