register.html: Wrap an extremely long line

(imported from commit cc7a2089c156d23c21b91f1cb627e837d4bb236d)
This commit is contained in:
Keegan McAllister 2012-10-26 14:03:23 -04:00
parent 3f9cf64eba
commit 53b6fc80c7

View File

@ -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 %}