Posts by ferrazGab • 11 points
1 post
-
-1
votes1
answer28
viewsQ: How to resolve Templatesyntaxerror in Django?
This is my code snippet, and as you can see, I close the block at the end, but I keep getting the bug {% extends "encyclopedia/layout.html" %} {% block title %} Edit page {% endblock %} {% block…