File tree 2 files changed +12
-10
lines changed
allauth_ui/templates/account
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 16
16
{% for radio in emailaddress_radios %}
17
17
{% with emailaddress=radio.emailaddress %}
18
18
< 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 }}
21
21
{% if emailaddress.verified %}
22
22
< div class ="badge badge-primary badge-outline "> {% trans "verified" %}</ div >
23
23
{% endif %}
56
56
< h2 class ="py-3 text-lg "> {% trans "Add Email Address" %}</ h2 >
57
57
{% trans "Add Email" as button_text %}
58
58
{% #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 >
61
63
{% /form %}
62
64
{% endif %}
63
65
{% /container %}
Original file line number Diff line number Diff line change 13
13
{% url 'account_login' as action_url %}
14
14
{% #form form=form url=action_url button_text=heading %}
15
15
{% 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 >
22
22
{% endif %}
23
23
{{ redirect_field }}
24
24
{% csrf_token %}
You can’t perform that action at this time.
0 commit comments