comment #7
This commit is contained in:
parent
38d3adc58b
commit
ee0cc114e7
6 changed files with 49 additions and 54 deletions
|
|
@ -6,8 +6,7 @@ translationKey = 'zusatzmodule-freiberufliche'
|
|||
bestellformular = true
|
||||
+++
|
||||
|
||||
{{% section %}}
|
||||
{{% aligncenter %}}
|
||||
{{% section %}} {{% aligncenter %}}
|
||||
|
||||
#### Formulaire de commande
|
||||
|
||||
|
|
@ -28,8 +27,8 @@ bestellformular = true
|
|||
<div>
|
||||
<label class="hidden" for="gender">Sexe</label>
|
||||
<select id="gender" name="gender" required >
|
||||
<option value="weiblich">Femme</option>
|
||||
<option value="männlich">Homme</option>
|
||||
<option value="weiblich">Madame</option>
|
||||
<option value="männlich">Monsieur</option>
|
||||
<option value="divers">Divers</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -52,7 +51,7 @@ bestellformular = true
|
|||
<input type="text" id="hobbies" name="hobbies" autocomplete="off">
|
||||
</div>
|
||||
<div>
|
||||
<label for="strasse">Rue</label>
|
||||
<label for="strasse">Rue et numéro d'huis</label>
|
||||
<input type="text" id="strasse" name="strasse" required >
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue