add missing 'raw' tag to fix jinja error (#755)

This commit is contained in:
Michael Luk 2016-08-25 15:57:25 +08:00 committed by Saurabh Kumar
parent ba2673ab5f
commit 5f53ebe5f1

View File

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