{% extends 'base.html' %} {% block content %} {% if error_msg %} {{ error_msg }}
{% endif %}
{{form.as_p}}
{% endblock %}