forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 22:25:27 -06:00
parent a25fcbc4c6
commit bec4f0ba10
1 changed files with 3 additions and 6 deletions

View File

@ -5,12 +5,8 @@
{% endblock %}
{% block content %}
<pre>
</pre>
<table class="table table-striped mb-5">
<div class="col-span-full my-2 px-2.5 md:px-0">
<table class="w-full table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th style="font-weight:bold;">Domain</th>
@ -33,5 +29,6 @@
<input name="reason" placeholder="Enter ban reason here.." onchange="document.getElementById('ban-submit').disabled=false" class="form-control">
<input id="ban-submit" type="submit" class="btn btn-primary" value="Toggle ban" disabled>
</form>
</div>
{% endblock %}