mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Update
This commit is contained in:
@@ -12,22 +12,22 @@
|
||||
<div class="card-content">
|
||||
{{ reset_password_form.hidden_tag() }}
|
||||
<div class="input-field">
|
||||
{{ reset_password_form.password(type='password') }}
|
||||
{{ reset_password_form.password(class='validate') }}
|
||||
{{ reset_password_form.password.label }}
|
||||
{% for error in reset_password_form.password.errors %}
|
||||
<span class="helper-text red-text">{{ error }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="input-field">
|
||||
{{ reset_password_form.password2(type='password') }}
|
||||
{{ reset_password_form.password2.label }}
|
||||
{% for error in reset_password_form.password2.errors %}
|
||||
{{ reset_password_form.password_confirmation(class='validate') }}
|
||||
{{ reset_password_form.password_confirmation.label }}
|
||||
{% for error in reset_password_form.password_confirmation.errors %}
|
||||
<span class="helper-text red-text">{{ error }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-action right-align">
|
||||
{{ reset_password_form.submit(class='btn') }}
|
||||
<button class="btn waves-effect waves-light" id="reset-password-form-submit" name="reset-password-form-submit" type="submit">Reset Password<i class="material-icons right">send</i></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user