mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
c57ba67331
Previously, the closing token for the verbatim tag was specified as the first argument of the opening token. As pointed out by Jannis, this is a rather major departure from the core tag standard. The new method reflects how you can give a specific closing name to {% block %} tags.