mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-22 05:15:55 +02: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