Restored to 'ba32d51b3eb6866667ec8382daca17202cf7da86'

Replit-Restored-To: ba32d51b3eb6866667ec8382daca17202cf7da86
This commit is contained in:
pac7
2025-09-21 14:10:27 +00:00
committed by pacnpal
parent 434ac4c641
commit 3cad7c5641
21 changed files with 30 additions and 1540 deletions

View File

@@ -1,5 +1,4 @@
{% load static %}
{% load cotton %}
<!DOCTYPE html>
<html lang="en">
<head>
@@ -128,11 +127,11 @@
</div>
</footer>
<!-- Global Auth Modal (Cotton Component) -->
<c-auth.modal />
<!-- Global Auth Modal -->
{% include 'components/auth/auth-modal.html' %}
<!-- Global Toast Container (Cotton Component) -->
<c-ui.toast />
<!-- Global Toast Container -->
{% include 'components/ui/toast-container.html' %}
<!-- Custom JavaScript with cache control -->
<script src="{% static 'js/main.js' %}?v={{ version|default:'1.0' }}"></script>