add missing 'raw' tag to fix jinja error

This commit is contained in:
Michael Luk 2016-08-25 14:05:13 +08:00
parent ba2673ab5f
commit 347d6c1070

View File

@ -1,3 +1,4 @@
{% raw %}
{% extends "account/base.html" %}
{% load i18n %}
@ -76,3 +77,4 @@
$('.form-group').removeClass('row');
</script>
{% endblock %}
{% endraw %}