templates/event_register.html
author nishanth
Fri, 16 Apr 2010 11:14:31 +0530
changeset 62 b7e47cc39342
parent 15 b06f0fefbd20
child 75 bda9ee536063
permissions -rw-r--r--
renamed the project to ws_app and modified imports accordingly .

{% 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 %}