forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 08:54:29 -06:00
parent 880c6fd5b5
commit 57ce6f7ec7
1 changed files with 22 additions and 3 deletions

View File

@ -6,6 +6,28 @@
{% block pagetype %}message{% endblock %}
{% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 dark:bg-none dark:bg-gray-800 rounded-t sub-header-shadow dark:border-b dark:border-gray-700"></div>
<div class="relative col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
Badge Grant
</h1>
<small class="block text-gray-700 dark:text-gray-400">
Grant badges to users.
</small>
</div>
<div class="hidden ml-auto">
<a href="/notifications?modmail=true" class="btn btn-gray">
<i class="fas fa-envelope fa-sm fa-fw mr-1"></i>
Mod mail
</a>
</div>
</div>
</div>
{% endblock %}
{% block content %}
<div class="col-span-full my-2 px-2.5 md:px-0">
@ -32,9 +54,6 @@
</div>
{% endif %}
<pre></pre>
<pre></pre>
<h5>Badge Grant</h5>
<form action="/admin/badge_grant" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">