templates/create_event.html
changeset 9 601057af86c2
equal deleted inserted replaced
8:182e4a773ef2 9:601057af86c2
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3 Start by entering these details to create the event.
       
     4 <form action="" method="post">
       
     5 		{{form.as_p}}
       
     6 <input type="submit" value="Create">
       
     7 </form>
       
     8 {% endblock %}