mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
change body to main in entrance.html
This commit is contained in:
parent
866e6293ba
commit
422fc19c23
|
@ -8,7 +8,7 @@
|
||||||
{% trans "Sign In" %}
|
{% trans "Sign In" %}
|
||||||
{% endblock head_title %}
|
{% endblock head_title %}
|
||||||
{% endblock title %}
|
{% endblock title %}
|
||||||
{% block body %}
|
{% block main %}
|
||||||
<div class="d-flex justify-content-center h-100 py-4">
|
<div class="d-flex justify-content-center h-100 py-4">
|
||||||
<div class="col-md-4 py-4 my-4 px-4">
|
<div class="col-md-4 py-4 my-4 px-4">
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
|
@ -28,4 +28,4 @@
|
||||||
{% endblock extra_body %}
|
{% endblock extra_body %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock body %}{% endraw %}
|
{% endblock main %}{% endraw %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user