mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
feat: move facultatif label
This commit is contained in:
parent
0ad9326d97
commit
4c494c8684
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@
|
|||
value="{{ order_author.email }}" required></p>
|
||||
</div>
|
||||
</div>
|
||||
<p><label for="note">Note à l'organisateur·ice</label>
|
||||
<textarea id="note" rows=3 placeholder="(facultatif)" name="note">{{ note }}</textarea></p>
|
||||
<p><label for="note">Note à l'organisateur·ice<em> (facultatif)</em> :</label>
|
||||
<textarea id="note" rows=3 name="note">{{ note }}</textarea></p>
|
||||
|
||||
<div class="buttons">
|
||||
<button id="submit" type="submit" value="Order" class="button is-primary">
|
||||
|
|
Loading…
Reference in a new issue