remove demo toasts

This commit is contained in:
Corban-Lee Jones 2024-03-24 15:44:02 +00:00
parent 5bea031f79
commit 697070d209

View File

@ -76,7 +76,9 @@
</div>
{% include 'includes/toasts.html' %}
{% comment %}
{% include 'includes/toasts.html' %}
{% endcomment %}
<script>
const CSRF_MiddlewareToken = "{{ csrf_token }}";