~nataliabidart/canonical-identity-provider/better-preferredemail

« back to all changes in this revision

Viewing changes to src/webui/templates/ubuntuone/registration/login.html

Merged remove-flag-allow-unverified into better-preferredemail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
{% endblock %}
15
15
 
16
16
{% block messages %}
 
17
{{ block.super }}
17
18
{% if form.email.errors or form.password.errors or form.oath_token.errors or form.non_field_errors %}
18
19
<div class="message error notopbar"><p>There were some problems with the information you gave us. Please check below and try again.</div>
19
20
{% endif %}