File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
allauth_ui/templates/account Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1616 {% for radio in emailaddress_radios %}
1717 {% with emailaddress=radio.emailaddress %}
1818 < div class ="form-control ">
19- < label class ="cursor-pointer label border p-3 rounded ">
20- < span class ="label-text "> {{ emailaddress.email }}
19+ < label class ="flex gap-3 cursor-pointer label border rounded px-3 ">
20+ < span class ="grow label-text overflow-auto py-3 "> {{ emailaddress.email }}
2121 {% if emailaddress.verified %}
2222 < div class ="badge badge-primary badge-outline "> {% trans "verified" %}</ div >
2323 {% endif %}
5656 < h2 class ="py-3 text-lg "> {% trans "Add Email Address" %}</ h2 >
5757 {% trans "Add Email" as button_text %}
5858 {% #form form=form url=action_url button_text=button_text use_default_button="false" %}
59- {% csrf_token %}
60- < button type ="submit " name ="action_add " class ="my-3 btn "> {{ button_text }}</ button >
59+ {% csrf_token %}
60+ < button type ="submit " name ="action_add " class ="my-3 btn ">
61+ {{ button_text }}
62+ </ button >
6163 {% /form %}
6264 {% endif %}
6365 {% /container %}
Original file line number Diff line number Diff line change 1313 {% url 'account_login' as action_url %}
1414 {% #form form=form url=action_url button_text=heading %}
1515 {% if form.remember %}
16- < div class ="items-start my-2 form-control ">
17- < label class ="cursor-pointer label ">
18- {% render_field form.remember class="checkbox checkbox-accent" %}
19- < span class ="ml-2 label-text "> {% trans "Remember me" %}</ span >
20- </ label >
21- </ div >
16+ < div class ="items-start my-2 form-control ">
17+ < label class ="cursor-pointer label ">
18+ {% render_field form.remember class="checkbox checkbox-accent" %}
19+ < span class ="ml-2 label-text "> {% trans "Remember me" %}</ span >
20+ </ label >
21+ </ div >
2222 {% endif %}
2323 {{ redirect_field }}
2424 {% csrf_token %}
You can’t perform that action at this time.
0 commit comments