Email should *not* be unique

turns out this is jank-city when you try to federate
This commit is contained in:
Mouse Reeve
2020-10-05 14:48:26 -07:00
parent 93738bb48c
commit 0a9809e6b3
5 changed files with 27 additions and 2 deletions

View File

@ -29,6 +29,13 @@
<p class="help is-danger">{{ error | escape }}</p>
{% endfor %}
</p>
<p class="block">
<label class="label" for="id_email">Email address:</label>
{{ form.email }}
{% for error in form.email.errors %}
<p class="help is-danger">{{ error | escape }}</p>
{% endfor %}
</p>
<p class="block">
<label class="checkbox label" for="id_manually_approve_followers">
Manually approve followers: