templates/event_register.html
author nishanth
Fri, 16 Apr 2010 16:37:28 +0530
changeset 75 bda9ee536063
parent 15 b06f0fefbd20
permissions -rw-r--r--
changed the urls to /workshop/registration/.. from /reg/.. in all the templates

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