mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
template_parser: Add 'with' to Django/Jinja block elements.
Fixes #5863.
This commit is contained in:
@@ -289,6 +289,7 @@ def is_django_block_tag(tag):
|
||||
'blocktrans',
|
||||
'trans',
|
||||
'raw',
|
||||
'with',
|
||||
]
|
||||
|
||||
def get_handlebars_tag(text, i):
|
||||
|
||||
Reference in New Issue
Block a user