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

@@ -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>