mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fix missing extra_body block in allauth entrance.html
This commit is contained in:
parent
0836abca26
commit
8af7634e94
|
@ -24,6 +24,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
{% block extra_body %}
|
||||||
|
{% endblock extra_body %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock body %}{% endraw %}
|
{% endblock body %}{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user