Files @ 2e07fbeac5e1
Branch filter:

Location: symposion_app/pinaxcon/templates/_form_snippet.html

James Polley
Remove unicode warning

We now support more unicodes so remove the warning
{% load lca2018_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 }}