chores: Fixes incorrect block end syntax in template
Corrects the block end tag syntax in the HTML template to ensure proper template rendering. This aligns with templating syntax standards and avoids potential rendering issues.
This commit is contained in:
parent
661e9cc652
commit
f932922cd7
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock "content" %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue