{% extends 'base.html' %} {% block content %} {{ form.error.non_field_errors }}
{% csrf_token %} {{ form.errors.title }} {{ form.title }} {{ form.messages.description }} {{ form.description }}
{% endblock %}