templates/event_register.html
author nishanth
Sat, 17 Apr 2010 13:15:05 +0530
changeset 94 5de0009c0d71
parent 75 bda9ee536063
permissions -rw-r--r--
added 500 template and added clean on comments and added comments in view report.

{% extends "base.html" %}
{% block content %}
	You have successfully registered for the workshop {{event.title}}.<br />
	<a href="/workshop/registration/event/view/{{event.key}}">Click here</a> to return to view the workshop.
{% endblock %}