forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:24:51 -06:00
parent 6202d7e372
commit 9dfecf7aae
2 changed files with 4 additions and 4 deletions

View File

@ -29,12 +29,12 @@
<div class="ml-auto flex space-x-2">
<button id="submit-btn" type="submit" form="awards-form" class="btn btn-green" disabled>
<i class="fas fa-trophy fa-sm fa-fw mr-1"></i>
Give Awards
Give awards
</button>
{% if 'rdrama.net' not in request.host or v.admin_level > 2 %}
<button onclick="post_toast('/admin/monthly')" class="btn btn-yellow">
<i class="fas fa-money-dollar fa-sm fa-fw mr-1"></i>
Give Awards
<i class="fas fa-dollar-sign fa-sm fa-fw mr-1"></i>
Grant monthly MarseyBux
</button>
{% endif %}
</div>

View File

@ -29,7 +29,7 @@
<div class="ml-auto">
<button type="submit" form="badge-grant-form" class="btn btn-green">
<i class="fas fa-badge fa-sm fa-fw mr-1"></i>
Give Badge
Give badge
</button>
</div>
</div>