Merge pull request #316 from mouse-reeve/label-typo

Fixes typo in edit user manually approve followers label
This commit is contained in:
Mouse Reeve 2020-11-08 11:32:24 -08:00 committed by GitHub
commit 9c084f61a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
{% endfor %}
</p>
<p class="block">
<label class="checkbox label" for="id_manually_approve_followers">
<label class="checkbox label" for="id_manually_approves_followers">
Manually approve followers:
{{ form.manually_approves_followers }}
</label>