Files @ 3c5a14c97b6f
Branch filter:

Location: symposion_app/pinaxcon/templates/_form_snippet.html

Sachi King
require django-bootstrap-forms

While pinax-theme-bootstrap pulls this in, we use this directly too, so
we need to put this into our top level reqs too.
{% load pyconau2017_tags %}
{% load bootstrap %}

{% if form.non_field_errors %}
  <div class="has-errors">
    {{ form.non_field_errors }}
  </div>
  <br/>
{% endif %}

<blockquote>
  Fields marked with <strong>*</strong> are required.
</blockquote>

{{ form|bootstrap_horizontal }}