changeset 46 | ff5f34e42aec |
parent 14 | cd6911eaac2c |
45:b66d405eb8c7 | 46:ff5f34e42aec |
---|---|
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 {% if event %} |
|
4 Register for workshop {{event.title}} to be conducted at {{event.venue}}<br /> |
|
5 {% endif %} |
|
3 <form action="" method="post"> |
6 <form action="" method="post"> |
4 {{ form.as_p }} |
7 {{ form.as_p }} |
5 <input type="submit" value="submit"> |
8 <input type="submit" value="submit"> |
6 </form> |
9 </form> |
7 {% endblock %} |
10 {% endblock %} |