File diff 1f04ec0cea73 → 5256aeeda337
pinaxcon/templates/_form_snippet.html
Show inline comments
 
{% load lca2018_tags %}
 
{% load bootstrap %}
 
{% load crispy_forms_tags %}
 

	
 
{% if form.non_field_errors %}
 
  <div class="has-errors">
...
 
@@ -9,7 +10,7 @@
 
{% endif %}
 

	
 
<blockquote>
 
  Fields marked with <strong>*</strong> are required.
 
  Fields marked with a<br/>* are required
 
</blockquote>
 

	
 
{{ form|bootstrap_horizontal }}
 
{% crispy form %}