symposion_app/pinaxcon/templates/_form_snippet.html
James Polley 5409d4974a The 2018ificiation
I think this removes most references to "hobart", "pycon", and "2017"

There are still some references to some images that we don't have a
replacement for.
2017-09-30 00:44:13 +10:00

15 lines
280 B
HTML

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