|
@@ -42,7 +42,7 @@ h1 SV-Wahlen 2016
|
|
|
h3 Für welche Ämter stellen Sie sich zur Verfügung?
|
|
|
h4 Alle Schüler und Studierenden des BK-Bethel haben die Möglichkeit gewählt
|
|
|
zu werden und zu wählen.
|
|
|
- form.form-horizontal method="post" action="/wahl"
|
|
|
+ form.form-horizontal method="post" action=url("/wahl")
|
|
|
.form-group
|
|
|
.col-sm-offset-1.col-sm-9
|
|
|
.checkbox
|
|
@@ -103,7 +103,7 @@ h1 SV-Wahlen 2016
|
|
|
-unless schueler.gewaehlt
|
|
|
.panel.panel-info
|
|
|
.panel-body
|
|
|
- form.form-horizontal method="post" action="/#{schueler.hashid}"
|
|
|
+ form.form-horizontal method="post" action=url("/#{schueler.hashid}")
|
|
|
h3 Folgende Schüler und Studierende stehen zur Wahl
|
|
|
h4 Schülersprecher/in
|
|
|
|Sie können
|