Skip to content
Snippets Groups Projects
Commit b6044950 authored by itanael's avatar itanael
Browse files

add error message when passwords don't match

parent fa91843e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,14 @@
</div>
<div class="field">
<input type="password" name="confirmpassword" id="confirmpassword" placeholder="Confirm your password" required>
{% if message %}
<div class="ui warning message">
<div class="header">Could you check something!</div>
<ul class="list">
<li>{{message}}</li>
</ul>
</div>
{% endif %}
</div>
<div class="field">
<input type="email" name="mail" id="mail" placeholder="Email" value="{{mail}}" required>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment