File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 33
44{% block title %}{% block head_title %}{% endblock head_title %}{% endblock %}
55
6- {% block content_container %}
7- < div class ="container section tight-container ">
8- {% block content %}{% endblock content %}
9- </ div >
10- {% endblock content_container %}
6+ {% block content %}{% endblock content %}
Original file line number Diff line number Diff line change 11{% extends "socialaccount/base_entrance.html" %}
2- {% load i18n %}
3- {% load allauth %}
2+
3+ {% load allauth i18n %}
4+
45{% block head_title %}
56 {% trans "Sign In" %}
67{% endblock head_title %}
8+
79{% block content %}
810
911 {% comment %}
@@ -34,7 +36,7 @@ <h1 class="text-center text-gray-900 text-3xl font-bold leading-9 my-6">
3436 x-data ="{ show: false } "
3537 x-show ="show "
3638 x-init ="$el.querySelector('button').click() "
37- x-init ="setTimeout(() => show = true, 10000 ) ">
39+ x-init ="setTimeout(() => show = true, 5000 ) ">
3840
3941 {% element form method="post" no_visible_fields=True %}
4042 {% slot actions %}
You can’t perform that action at this time.
0 commit comments