feat: make admin badge red

This commit is contained in:
Christoph J. Scherr 2024-09-11 22:09:35 +02:00
parent 41b173de40
commit d74b8d7e66
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block title %}{{ title }}{% endblock %} {% block title %}{{ title }}{% endblock %}
{% block header_ext %} {% block header_ext %}
<div class="col-12 col-mx-auto col-me-0 text-center justify-content-center"> <div class="col-12 col-mx-auto col-me-0 text-center justify-content-center">
<span class="badge text-bg-warning rounded-pill">Admin</span> <span class="badge text-bg-danger rounded-pill">Admin</span>
</div> </div>
{% endblock %} {% endblock %}
{% block main %} {% block main %}