Files @ c8218bb9d0ea
Branch filter:

Location: symposion_app/pinaxcon/templates/_form_snippet.html

James Polley
Correct variable name to reflect what it's naming

IT's not the container name, it's the image name. Fix the name to be
less confusing.
{% 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 }}