diff options
Diffstat (limited to 'parts/django/tests/regressiontests/makemessages/templates/test.html')
-rw-r--r-- | parts/django/tests/regressiontests/makemessages/templates/test.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/parts/django/tests/regressiontests/makemessages/templates/test.html b/parts/django/tests/regressiontests/makemessages/templates/test.html deleted file mode 100644 index 96438e1..0000000 --- a/parts/django/tests/regressiontests/makemessages/templates/test.html +++ /dev/null @@ -1,4 +0,0 @@ -{% load i18n %} -{% trans "This literal should be included." %} -{% blocktrans %}I think that 100% is more that 50% of anything.{% endblocktrans %} -{% blocktrans with 'txt' as obj %}I think that 100% is more that 50% of {{ obj }}.{% endblocktrans %}
\ No newline at end of file |