Make registration show an error message on username or email reuse

This commit is contained in:
2018-07-10 15:33:57 +02:00
parent 0595a28535
commit 66659dfe51
2 changed files with 66 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
{% block content %}
<form method="post">
{{ form.errors }}
{{ form.hidden_tag() }}
{{ form.username.errors }}