mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-25 16:00:47 +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 %}
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
{% block extra_body %}
|
||||
{% endblock extra_body %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock body %}{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user