master
kek7198 2021-12-31 15:47:46 -06:00
parent 524dddf5ae
commit 25ec4c6949
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
{% block content %}
<div class="col-span-full my-2 px-2.5 md:px-0">
<form action="/admin/banned_domains" method="post" class="p-4 md:p-5 flex space-x-2 items-center rounded-md bg-gray-300 dark:bg-gray-700 shadow-inset-t-white-10 border border-gray-400 dark:border-gray-900">
<form action="/admin/banned_domains" method="post" class="p-4 flex space-x-2 items-center rounded-md bg-gray-300 dark:bg-gray-700 shadow-inset-t-white-10 border border-gray-400 dark:border-gray-900">
<label class="label">
Manage a domain
</label>
<input type="hidden" name="formkey" value="{{v.formkey}}">
<input name="domain" placeholder="Enter domain here.." class="form-input" required>
<input name="reason" placeholder="Enter ban reason here.." onchange="document.getElementById('ban-submit').disabled=false" class="form-input">