templates/index.html
author nishanth
Tue, 13 Apr 2010 12:05:38 +0530
changeset 21 a0f4aba61275
parent 19 115860e87238
child 26 9d18daf5277f
permissions -rw-r--r--
renamed send_activation to resend_activation .

{% extends "base.html" %}
{% block content %}
	{% if user.is_staff %}
		<a href="/reg/event/create">Create an event</a><br />	
	{% endif %}
	<a href="/reg/event/list">List of Workshops</a> 

{% endblock %}