mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
register.html: Wrap an extremely long line
(imported from commit cc7a2089c156d23c21b91f1cb627e837d4bb236d)
This commit is contained in:
parent
3f9cf64eba
commit
53b6fc80c7
@ -65,7 +65,8 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
|
||||
This is distinct from 'checked', which determines whether the checkbox appears
|
||||
at all. (So, it's not symmetric to the code above.)
|
||||
{% endcomment %}
|
||||
<input id="id_terms" class="required" type="checkbox" name="terms" {% if form.terms.value %}checked="checked"{% endif %} />
|
||||
<input id="id_terms" class="required" type="checkbox" name="terms"
|
||||
{% if form.terms.value %}checked="checked"{% endif %} />
|
||||
I agree to the <a href="/terms">Terms of Service</a>.
|
||||
</label>
|
||||
{% if form.terms.errors %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user