Removed Login category from post, edit and add

This commit is contained in:
Johnny
2020-11-24 23:13:22 -05:00
parent 39a6a5407d
commit 7c9df20097
3 changed files with 2 additions and 24 deletions

View File

@@ -38,16 +38,6 @@
<input type="text" class="form-control" name="name" placeholder="Name of Login" required autofocus>
</div>
</div>
<div class="form-group">
<label>Category <strong class="text-danger">*</strong></label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-list"></i></span>
</div>
<input type="text" class="form-control" name="category" placeholder="Category" required>
</div>
</div>
<div class="form-group">
<label>Username <strong class="text-danger">*</strong></label>