fix: added back csrf_token

This commit is contained in:
Jannat Patel
2025-04-08 21:33:52 +05:30
parent d6738b86c9
commit 1b43e1be44
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
<script>
document.getElementById('seo-content').style.display = 'none';
window.csrf_token = '{{ csrf_token }}'
</script>
<script type="module" src="/src/main.js"></script>
</body>