mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 10:19:04 +01:00
Fix remaining code block in help.html - wrap with verbatim
- Wrap second Django template code example (line 500) with {% verbatim %} tags
- Ensures all Django template syntax in code examples is properly escaped
- Fixes remaining 'Invalid block tag' error on line 660
This commit is contained in:
@@ -497,9 +497,11 @@ urlpatterns = [
|
||||
|
||||
<h3>{% trans "3. Templates" %}</h3>
|
||||
<p>{% trans "Always extend baseTemplate/index.html:" %}</p>
|
||||
{% verbatim %}
|
||||
<pre><code>{% extends "baseTemplate/index.html" %}
|
||||
{% load static %}
|
||||
{% load i18n %}</code></pre>
|
||||
{% endverbatim %}
|
||||
|
||||
<h2 id="advanced">{% trans "Advanced Features" %}</h2>
|
||||
<h3>{% trans "Database Models" %}</h3>
|
||||
|
||||
Reference in New Issue
Block a user