forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 20:50:31 -06:00
parent e3ce3878ec
commit 3dbb5bea77
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,8 @@
{% block content %}
<div class="col-span-full">
{% if error %}
<div class="alert alert-danger alert-dismissible fade show my-3" role="alert">
<i class="fas fa-exclamation-circle my-auto"></i>
@ -66,4 +68,6 @@
{% if 'rdrama.net' not in request.host or v.admin_level > 2 %}
<div><a class="btn btn-success" href="javascript:void(0)" onclick="post_toast('/admin/monthly')">Grant Monthly Marseybux</a></div>
{% endif %}
</div>
{% endblock %}

View File

@ -7,6 +7,7 @@
{% block pagetype %}message{% endblock %}
{% block content %}
<div class="col-span-full">
{% if error %}
<div class="alert alert-danger alert-dismissible fade show my-3" role="alert">
@ -72,6 +73,8 @@
</form>
</div>
<style>
@media (max-width: 767.98px) {
table {