1
0
mirror of https://github.com/django/django.git synced 2024-12-29 12:36:08 +00:00
django/tests/i18n/commands/templates/template_with_error.tpl

4 lines
142 B
Smarty

{% load i18n %}
<p>This template contains an error (no endblocktranslate)</p>
<p>{% blocktranslate %}This should fail{% blocktranslate %}</p>