зеркало из https://github.com/mozilla/batucada.git
changes to signin form as per Bug 622921
This commit is contained in:
Родитель
102c8567f7
Коммит
b1813fc481
|
@ -36,6 +36,18 @@
|
|||
{{ form.email }}
|
||||
{{ form.email.errors }}
|
||||
</p>
|
||||
<p>
|
||||
<label for="newsletter">
|
||||
<input type="checkbox" name="newsletter" value="">
|
||||
{{ _('Please send me the Drumbeat newsletter.') }}
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="copyleft">
|
||||
<input type="checkbox" name="copyleft" value="">
|
||||
{{ _('I understand that all public content I submit to this site will be available under <a href="link=http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a>.') }}
|
||||
</label>
|
||||
</p>
|
||||
{% if settings.RECAPTCHA_PRIVATE_KEY %}
|
||||
<p>
|
||||
{{ form.recaptcha }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче