templates/event_register.html
author nishanth
Thu, 15 Apr 2010 16:15:54 +0530
changeset 48 9a52ca561c1d
parent 15 b06f0fefbd20
child 75 bda9ee536063
permissions -rw-r--r--
fixed a bug in activate user and made a change in activated template .

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