{% extends 'base/base.html' %} {% block content %}

Submit your entry

{% if form.errors %}

Please correct the folowing errors {{form.errors|pluralize}}.

{% endif %}
{% csrf_token %} {{ NF.as_p }}
{% endblock %}