allow non-cox to (only) use 1x

This commit is contained in:
2023-07-27 13:07:00 +02:00
parent fad7d747d7
commit d5c16ad7a0
2 changed files with 54 additions and 16 deletions

View File

@ -77,6 +77,8 @@
</select>
{% endmacro select %}
{% macro alert(message, type, class='') %}
<div class="{{ class }} alert-{{ type }} text-white px-3 py-1 rounded-md text-center">
{{ message }}