2017-04-16 06:01:57 +00:00
|
|
|
<h3>
|
|
|
|
{{ field.label }}{% if field.field.required %} *{% endif %}
|
|
|
|
{{ field.errors }}
|
|
|
|
</h3>
|
|
|
|
<div class="col-sm-offset-2 col-sm-10">
|
|
|
|
<label class="form-check-label" for="id_profile-past_lca_0">
|
2016-07-19 21:31:13 +00:00
|
|
|
{{ field }}
|
2017-04-16 06:01:57 +00:00
|
|
|
<p>Sign me up</p>
|
|
|
|
{% if field.help_text %}
|
|
|
|
<span class="help_text">{{ field.help_text|safe }}</span>
|
|
|
|
{% endif %}
|
|
|
|
</label>
|
|
|
|
</div>
|