add manual required inputs

This commit is contained in:
Markbeep
2025-03-08 13:57:59 +01:00
parent 08c28614b2
commit ce55fa5367
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
</script>
{% endif %}
<label for="title">Title</label>
<label for="title">Title <span class="text-error">*</span></label>
<input
id="title"
name="title"
@@ -45,7 +45,7 @@
placeholder="The Lord of the Rings"
/>
<label for="author">Author(s)</label>
<label for="author">Author(s) <span class="text-error">*</span></label>
<input
id="author"
name="author"