templates/index.html
changeset 19 115860e87238
parent 18 7dae32a2439b
child 26 9d18daf5277f
equal deleted inserted replaced
18:7dae32a2439b 19:115860e87238
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% block content %}
     2 {% block content %}
     3 	{% if user.is_staff %}
     3 	{% if user.is_staff %}
     4 		<a href="/reg/event/create">Create an event</a><br />	
     4 		<a href="/reg/event/create">Create an event</a><br />	
     5 	{% endif %}
     5 	{% endif %}
       
     6 	<a href="/reg/event/list">List of Workshops</a> 
     6 
     7 
     7 {% endblock %}
     8 {% endblock %}