mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 18:10:40 +00:00
Update
This commit is contained in:
@ -29,9 +29,9 @@
|
||||
</div>
|
||||
<div class="input-field">
|
||||
<i class="material-icons prefix">vpn_key</i>
|
||||
{{ registration_form.password2(class='validate') }}
|
||||
{{ registration_form.password2.label }}
|
||||
{% for error in registration_form.password2.errors %}
|
||||
{{ registration_form.password_confirmation(class='validate') }}
|
||||
{{ registration_form.password_confirmation.label }}
|
||||
{% for error in registration_form.password_confirmation.errors %}
|
||||
<span class="helper-text red-text">{{ error }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user