templates/register.html
changeset 46 ff5f34e42aec
parent 14 cd6911eaac2c
--- a/templates/register.html	Thu Apr 15 15:10:31 2010 +0530
+++ b/templates/register.html	Thu Apr 15 15:51:16 2010 +0530
@@ -1,5 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
+{% if event %}
+	Register for workshop {{event.title}} to be conducted at {{event.venue}}<br />
+{% endif %}
 <form action="" method="post">
 {{ form.as_p }}
 <input type="submit" value="submit">