{% extends 'base.html' %} {% block content %} Start by entering these details to create the event. <form action="" method="post"> {{form.as_p}} <input type="submit" value="Create"> </form> {% endblock %}