add required input to admin pages

This commit is contained in:
slawkens
2023-02-06 19:40:06 +01:00
parent 94719b45b2
commit 56bd2c86b7
3 changed files with 5 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<div class="form-group row">
<label for="title">Title</label>
<input type="text" id="title" name="title" class="form-control" autocomplete="off" style="cursor: auto;" value="{{ title }}">
<input type="text" id="title" name="title" class="form-control" autocomplete="off" style="cursor: auto;" value="{{ title }}" required>
</div>
<label for="editor">Content</label>