File diff c6314ae230da → 1886323d7431
pinaxcon/templates/_form_snippet.html
Show inline comments
...
 
@@ -3,11 +3,11 @@
 
  <div class="has-errors">
 
    {{ form.non_field_errors }}
 
  </div>
 
  <br/>
 
{% endif %}
 

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

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