Merge pull request #42 from emladevops/patch-1

Update registration_form.html
This commit is contained in:
Phuoc Dinh Le 2022-12-26 02:39:05 -06:00 committed by GitHub
commit faaf4dac88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,13 +84,6 @@
<div class="form-field-error">{{ form.organizations.errors }}</div>
{% endif %}
{% if form.newsletter %}
<div style="padding-top: 0.5em;">{{ form.newsletter }}
<label for="id_newsletter" style="float: unset;"
class="inline-header grayed">{{ _('Notify me about upcoming contests') }}</label>
</div>
{% endif %}
{% if form.captcha %}
<div style="margin-top: 0.5em">{{ form.captcha }}</div>
{% if form.captcha.errors %}