Limit 3 orgs when registering

This commit is contained in:
cuom1999 2021-05-30 17:39:10 -05:00
parent 49d446470e
commit 6bdabc7e50
2 changed files with 14 additions and 0 deletions

View file

@ -185,6 +185,9 @@
<div class="block-header">{{ _('Affiliated organizations') }}</div>
{{ form.organizations }}
{% if form.organizations.errors %}
<div class="form-field-error">{{ form.organizations.errors }}</div>
{% endif %}
{% if form.newsletter %}
<div style="padding-top: 0.5em;">{{ form.newsletter }}