{% load staticfiles %}
django-blastplus form [example] |
|
{% if form.errors %}
Please correct errors: {{ form.errors }}
{% endif %}
|