fdfd
This commit is contained in:
parent
8c53677cdb
commit
68c1740cf9
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<pre>
|
||||
|
||||
</pre>
|
||||
|
||||
<table class="table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
|
@ -28,7 +32,6 @@
|
|||
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
||||
<input name="domain" placeholder="Enter domain here.." required>
|
||||
|
||||
<label for="reason_select">Ban reason</label>
|
||||
<select id="reason_select" class="form-control" name="reason" onchange="$('#ban-submit').prop('disabled', false)">
|
||||
<option value="0">---Select Ban Reason---</option>
|
||||
{% for i in reasons %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue