corrected wrong format

This commit is contained in:
gw3000 2023-06-21 07:50:43 +02:00
parent 408510a928
commit 7724148dfc

View file

@ -20,8 +20,7 @@
<div class="ctrlHolder">
<label for="email_radio_{{forloop.counter}}" class="{% if emailaddress.primary %}primary_email{%endif%}">
<input id="email_radio_{{forloop.counter}}" type="radio" name="email" {% if emailaddress.primary or
user.emailaddress_set.count==1 %}checked="checked" {%endif %} value="{{emailaddress.email}}" />
<input id="email_radio_{{forloop.counter}}" type="radio" name="email" {% if emailaddress.primary or user.emailaddress_set.count == 1 %} checked="checked" {%endif %} value="{{emailaddress.email}}" />
{{ emailaddress.email }}
{% if emailaddress.verified %}
@ -35,10 +34,8 @@
{% endfor %}
<div class="buttonHolder">
<button class="btn btn-primary secondaryAction" type="submit" name="action_primary">{% trans 'Make Primary'
%}</button>
<button class="btn btn-success secondaryAction" type="submit" name="action_send">{% trans 'Re-send
Verification' %}</button>
<button class="btn btn-primary secondaryAction" type="submit" name="action_primary">{% trans 'Make Primary' %}</button>
<button class="btn btn-success secondaryAction" type="submit" name="action_send">{% trans 'Re-send Verification' %}</button>
<button class="btn btn-danger primaryAction" type="submit" name="action_remove">{% trans 'Remove' %}</button>
</div>
</fieldset>
@ -47,8 +44,8 @@
{% else %}
<p><strong>{% trans 'Warning:'%}</strong> {% trans "You currently do not have any e-mail address set up. You should
really add an e-mail address so you can receive notifications, reset your password, etc." %}</p>
{% endif %}
<br>
{% if can_add_email %}
<h2>{% trans "Add E-mail Address" %}</h2>