mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-15 10:51:29 +01:00
add required input to admin pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user