Skip to content
Snippets Groups Projects
Commit 1936e149 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Add new password icon for login template

parent 3b6c9f22
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,12 @@
<form method="POST">
{{ form.hidden_tag() }}
<div class="input-field">
<i class="material-icons prefix">email</i>
{{ form.email(class='validate', type='email') }}
{{ form.email.label }}
</div>
<div class="input-field">
<i class="material-icons prefix">vpn_key</i>
{{ form.password(class='validate') }}
{{ form.password.label }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment