Files @ c6314ae230da
Branch filter:

Location: symposion_app/pinaxcon/templates/_form_snippet.html - annotation

Sachi King
DJ 1.11 support has improved upstream

We can now force to released versions with 1.11 support.
{% load pyconau2017_tags %}
{% if form.non_field_errors %}
  <div class="has-errors">
    {{ form.non_field_errors }}
  </div>
  <br/>
{% endif %}

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

{% include "forms/render.html" with form=form %}