aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/write_note_form.php
diff options
context:
space:
mode:
authorwinter2025-01-13 20:37:34 +0000
committerwinter2025-01-13 20:37:34 +0000
commitf31d2abc237958bd9f33875f20198c4510389556 (patch)
tree57c0920666ca052d8850824ad47b326631764aa6 /templates/write_note_form.php
parentfb9efd9f4682f528b1832622d192b9b5544584a9 (diff)
implement replying to posts
Diffstat (limited to 'templates/write_note_form.php')
-rw-r--r--templates/write_note_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php
index 49fcafc..38a9993 100644
--- a/templates/write_note_form.php
+++ b/templates/write_note_form.php
@@ -1,7 +1,7 @@
<form action="/todo" method="post" hx-post="/fragment/note" hx-swap="outerHTML" hx-disabled-elt="find button">
<div class="row">
<label for="noteContent"><?= __('writeNote.label') ?></label>
- <textarea name="content" id="noteContent"></textarea>
+ <textarea name="content" id="noteContent" required></textarea>
</div>
<div class="row">
<button><?= __('writeNote.action') ?></button>