Change macro names

This commit is contained in:
Patrick Jentsch
2020-04-17 11:13:11 +02:00
parent 1f0a87a474
commit b9ebb64fcc
17 changed files with 75 additions and 82 deletions

View File

@@ -11,11 +11,11 @@
<form method="POST">
<div class="card-content">
{{ reset_password_form.hidden_tag() }}
{{ materialize.field(reset_password_form.password, data_length='128') }}
{{ materialize.field(reset_password_form.password_confirmation, data_length='128') }}
{{ M.render_field(reset_password_form.password, data_length='128') }}
{{ M.render_field(reset_password_form.password_confirmation, data_length='128') }}
</div>
<div class="card-action right-align">
{{ materialize.field(reset_password_form.submit, material_icon='send') }}
{{ M.render_field(reset_password_form.submit, material_icon='send') }}
</div>
</form>
</div>