fix-i18n-issues

This commit is contained in:
ayub-khan
2018-07-10 11:00:12 +05:00
parent 1555d4cb8c
commit 168ba70d96
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{% autoescape off %}
{% load i18n %}
{% blocktrans %}Welcome to week {{ week_num }} {% endblocktrans %}
{% blocktrans trimmed %}Welcome to week {{ week_num }} {% endblocktrans %}
{% endautoescape %}