templates/event_create.html
author nishanth
Fri, 16 Apr 2010 16:29:00 +0530
changeset 74 c47a6c63eaa7
parent 14 cd6911eaac2c
permissions -rw-r--r--
changed the urls to map to /workshop/registration instead of /reg .

{% extends "base.html" %}
{% block content %}
<form action="" method="post">
{{form.as_p}}
<input type="submit" value="Create">
</form>
{% endblock %}