diff -r 05248e27104a -r cd6911eaac2c templates/reg_open.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/reg_open.html Mon Apr 12 13:49:00 2010 +0530
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% block content %}
+ Registration for {{event.title}} has been successfully opened.
+ Click here to return to the event page.
+{% endblock %}