Registration link in sidebar

This commit is contained in:
Raoul 2019-04-27 20:49:16 +02:00
parent d3c25d8106
commit e20493506e
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
5 changed files with 23 additions and 27 deletions

View file

@ -24,10 +24,10 @@ location_url = "http://www.villa-ritter.ch/"
location_city = "Biel" location_city = "Biel"
registration_open = false registration_open = true
registration_email = "mampf2019@cosin.ch" registration_email = "mampf2019@cosin.ch"
entrance_fee = "CHF 20" registration_url = "https://pretix.ccczh.ch/cosin/cosin2019/"
food_fee = "CHF 6" entrance_fee = "CHF 30"
flyer_available = true flyer_available = true

View file

@ -14,11 +14,7 @@
{{ end }} {{ end }}
{{ if .location_known }} {{ if .location_known }}
<strong>Ort:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong><br/> <strong>Ort:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
{{ end }}
{{ if .registration_open }}
<strong>Eintritt:</strong> {{ .entrance_fee }}
{{ end }} {{ end }}
</p> </p>
@ -29,7 +25,10 @@
{{ if .registration_open }} {{ if .registration_open }}
<p><strong>Anmeldung:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (nur für Essen)</p> <p>
<strong>Anmeldung:</strong> <a href="{{ .registration_url }}">Tickets</a><br>
<strong>Eintritt:</strong> {{ .entrance_fee }}
</p>
{{ end }} {{ end }}

View file

@ -14,11 +14,7 @@
{{ end }} {{ end }}
{{ if .location_known }} {{ if .location_known }}
<strong>Location:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong><br/> <strong>Location:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
{{ end }}
{{ if .registration_open }}
<strong>Admission:</strong> {{ .entrance_fee }}
{{ end }} {{ end }}
</p> </p>
@ -29,7 +25,10 @@
{{ if .registration_open }} {{ if .registration_open }}
<p><strong>Registration for meals:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a></p> <p>
<strong>Registration:</strong> <a href="{{ .registration_url }}">Tickets</a><br>
<strong>Admission:</strong> {{ .entrance_fee }}
</p>
{{ end }} {{ end }}

View file

@ -14,11 +14,7 @@
{{ end }} {{ end }}
{{ if .location_known }} {{ if .location_known }}
<strong>Lieu:</strong> {{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong><br/> <strong>Lieu:</strong> {{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong>
{{ end }}
{{ if .registration_open }}
<strong>Entrée:</strong> {{ .entrance_fee }}
{{ end }} {{ end }}
</p> </p>
@ -29,7 +25,10 @@
{{ if .registration_open }} {{ if .registration_open }}
<p><strong>Inscription:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (inscription aux repas)</p> <p>
<strong>Inscription:</strong> <a href="{{ .registration_url }}">Tickets</a><br>
<strong>Entrée:</strong> {{ .entrance_fee }}
</p>
{{ end }} {{ end }}

View file

@ -14,11 +14,7 @@
{{ end }} {{ end }}
{{ if .location_known }} {{ if .location_known }}
<strong>Luogo:</strong> {{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong><br/> <strong>Luogo:</strong> {{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong>
{{ end }}
{{ if .registration_open }}
<strong>Costo:</strong> {{ .entrance_fee }}
{{ end }} {{ end }}
</p> </p>
@ -29,7 +25,10 @@
{{ if .registration_open }} {{ if .registration_open }}
<p><strong>Registrazione:</strong> <a href="mailto:{{ .registration_email }}">{{ .registration_email }}</a> (per i pasti)</p> <p>
<strong>Registrazione:</strong> <a href="{{ .registration_url }}">Tickets</a><br>
<strong>Costo:</strong> {{ .entrance_fee }}
</p>
{{ end }} {{ end }}