Merge pull request #1 from emladevops/emladevops-patch-1

Update registration_form.html
This commit is contained in:
Tran Trong Nghia 2022-12-25 18:02:03 +07:00 committed by GitHub
commit 62a6f9f64c
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> <div class="form-field-error">{{ form.organizations.errors }}</div>
{% endif %} {% 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 %} {% if form.captcha %}
<div style="margin-top: 0.5em">{{ form.captcha }}</div> <div style="margin-top: 0.5em">{{ form.captcha }}</div>
{% if form.captcha.errors %} {% if form.captcha.errors %}