First implementation of a feedback formular

This commit is contained in:
Patrick Jentsch
2020-03-02 14:05:31 +01:00
parent fe9364e891
commit d08014dbbe
4 changed files with 62 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<span class="helper-text red-text">{{ error }}</span>
{% endfor %}
</div>
<div class="input-field ">
<div class="input-field">
<i class="material-icons prefix">email</i>
{{ registration_form.email(class='validate', type='email') }}
{{ registration_form.email.label }}