changeset 9 | 601057af86c2 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/create_event.html Tue Apr 20 02:28:09 2010 +0530 @@ -0,0 +1,8 @@ +{% 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 %}