mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-23 05:45:54 +02:00
add required input to admin pages
This commit is contained in:
@@ -10,15 +10,11 @@
|
||||
<div class="card-body">
|
||||
<div class="form-group row">
|
||||
<label for="title">Page Title</label>
|
||||
<input type="text" id="title" name="title" class="form-control" autocomplete="off"
|
||||
maxlength="29"
|
||||
style="cursor: auto;" value="{{ title }}">
|
||||
<input type="text" id="title" name="title" class="form-control" autocomplete="off" maxlength="29" style="cursor: auto;" value="{{ title }}" required>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="name">Link/name</label>
|
||||
<input type="text" id="name" name="name" class="form-control" autocomplete="off"
|
||||
maxlength="29"
|
||||
style="cursor: auto;" value="{{ name }}">
|
||||
<input type="text" id="name" name="name" class="form-control" autocomplete="off" maxlength="29" style="cursor: auto;" value="{{ name }}" required>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="access">Access</label>
|
||||
|
Reference in New Issue
Block a user