[Django]-Django – Invalid block tag: 'csrf_tokan', expected 'endblock' 20 December 2023 by thecoderscamp.com 6 You need to do: {% extends "admin/base.html" %} {% block content %} {% csrf_token %} {% endblock %} Brandon Taylor [Django]-Why `init` of shim in my require.js configuration not called? Source:stackexchange.com