|
@@ -170,7 +170,9 @@ Un moyen de contact au moins est nécessaire
|
|
|
<p class="help-block">Les antennes peuvent être positionées soit sur le toit soit aux fenêtres</p>
|
|
|
|
|
|
<div class="form-group">
|
|
|
- <label for="orientation" />Orientation(s) de mes fenêtres</label><br />
|
|
|
+ <label for="orientation" />Orientation(s) de mes fenêtres</label>
|
|
|
+ (<label class="ceckbox-inline"><input type="checkbox" name="orientation-all" id="orientation-all" value="" />Vue à 360°</label>)
|
|
|
+ <br>
|
|
|
%for val, label in orientations:
|
|
|
<label class="checkbox-inline">
|
|
|
<input type="checkbox" name="orientation" value="{{val}}"
|