mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 18:48:42 +02:00
feat: automated replacement
This commit is contained in:
4
app/templates/crispy-daisyui/layout/alert.html
Normal file
4
app/templates/crispy-daisyui/layout/alert.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="tw:alert {{ alert.css_class }}" role="alert"{% if alert.css_id %} id="{{ alert.css_id }}"{% endif %}>
|
||||
{{ content|safe }}
|
||||
{% if dismiss %}<button type="button" class="tw:btn tw:btn-sm tw:btn-circle tw:btn-ghost" data-bs-dismiss="alert" aria-label="Close">✕</button>{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user