Files
WYGIWYH/app/templates/includes/toasts.html

7 lines
189 B
HTML

<div id="toasts">
<div class="toast-container position-fixed bottom-0 end-0 p-3" hx-trigger="load, updated from:window" hx-get="{% url 'toasts' %}" hx-swap="beforeend">
</div>
</div>