{% extends 'base.html' %} {% block content %}
{% csrf_token %}
{{ form.author }}
{{ form.as_p }}
{% endblock %}