mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
add missing 'raw' tag to fix jinja error (#755)
This commit is contained in:
parent
ba2673ab5f
commit
5f53ebe5f1
|
@ -1,3 +1,4 @@
|
|||
{% raw %}
|
||||
{% extends "account/base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
|
@ -76,3 +77,4 @@
|
|||
$('.form-group').removeClass('row');
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user