mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 10:12:58 +00:00
Fix JavaScript CSRF token error in data analyzer
- Add missing {% csrf_token %} to data analyzer template
- Resolves "Cannot read properties of null (reading 'value')" error
- JavaScript now properly accesses CSRF token for form submission
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5750675a9c
commit
179e473897
@ -314,6 +314,7 @@
|
||||
{% block content %}
|
||||
<div class="data-analyzer-page">
|
||||
<div class="container">
|
||||
{% csrf_token %}
|
||||
<!-- Main Content Grid -->
|
||||
<div class="main-grid">
|
||||
<!-- Input Form -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user