feat: move facultatif label

This commit is contained in:
Laetitia 2024-10-25 11:25:20 +02:00
parent 0ad9326d97
commit 4c494c8684

View file

@ -168,8 +168,8 @@
value="{{ order_author.email }}" required></p> value="{{ order_author.email }}" required></p>
</div> </div>
</div> </div>
<p><label for="note">Note à l'organisateur·ice</label> <p><label for="note">Note à l'organisateur·ice<em> (facultatif)</em> :</label>
<textarea id="note" rows=3 placeholder="(facultatif)" name="note">{{ note }}</textarea></p> <textarea id="note" rows=3 name="note">{{ note }}</textarea></p>
<div class="buttons"> <div class="buttons">
<button id="submit" type="submit" value="Order" class="button is-primary"> <button id="submit" type="submit" value="Order" class="button is-primary">