mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-05-08 17:39:50 -05:00
add manual required inputs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user