mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 15:52:58 +00:00
**Issue:** TemplateSyntaxError - 'block' tag with name 'title' appears more than once
**Root Cause:** Nested block tags with same name (title) not allowed in Django templates
**Fix:**
- Removed nested {% block title %} and {% block meta_description %} references
- Used separate block names for og_title, og_description, twitter_title, twitter_description
- Maintained same functionality without nesting conflicts
**Result:** Template renders without syntax errors while preserving social media meta tag structure
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| agent_base | ||
| authentication | ||
| components | ||
| core | ||
| wallet | ||
| wrapper | ||
| 400.html | ||
| 403.html | ||
| 404.html | ||
| 500.html | ||
| base.html | ||
| test_og.html | ||