Files @ 8e8f46276fbc
Branch filter:

Location: symposion_app/pinaxcon/templates/_form_snippet.html

Sachi King
_styles.html is not loaded anywhere

Not in use, remove it.

Hym, might be able to remove this CSS now too.
{% load pyconau2017_tags %}
{% load bootstrap %}

{% block extra_style %}
<style type="text/css">
  .label-required:after { content: ' *'; }
</style>
{% endblock %}

{% 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 }}