git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3357 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2017-11-02 08:56:48 +00:00
parent 3bb0bb53a7
commit fd01254e8f
7 changed files with 10 additions and 11 deletions

View file

@ -24,7 +24,7 @@
{{ form_row(form.city, {'label': 'Ort'}) }}
{{ form_row(form.maximumPersons, {'label': 'Maximale Personenanzahl'}) }}
{{ form_row(form.deposit, {'label': 'Kaution'}) }}
{#{{ form_row(form.onlyWeekday, {'label': 'Exklusiver Wochentag'}) }}#}
{{ form_row(form.onlyWeekday, {'label': 'Exklusiver Wochentag'}) }}
{#
<div class="checkbox">

View file

@ -24,7 +24,7 @@
{{ form_row(form.city, {label: 'Ort'}) }}
{{ form_row(form.maximumPersons, {label: 'Maximale Personenanzahl'}) }}
{{ form_row(form.deposit, {label: 'Kaution'}) }}
{#{{ form_row(form.onlyWeekday, {label: 'Exklusiver Wochentag'}) }}#}
{{ form_row(form.onlyWeekday, {label: 'Exklusiver Wochentag'}) }}
{#
<div class="checkbox">