templates/index.html
changeset 58 a26c82f593f0
parent 50 fd37bbece439
child 75 bda9ee536063
equal deleted inserted replaced
57:d321a507fc26 58:a26c82f593f0
    17 				{% endfor %}
    17 				{% endfor %}
    18 				</ul>
    18 				</ul>
    19 			{% endif %}
    19 			{% endif %}
    20 		{% else %}
    20 		{% else %}
    21 			Your account is inactive. An activation email has been sent to your email address.<br />
    21 			Your account is inactive. An activation email has been sent to your email address.<br />
    22 			<a href="/reg/resend_activation/?email={{email}}">Click here</a> to resend the activation email.<br />
    22 			<a href="/reg/resend_activation/?email={{user.email}}">Click here</a> to resend the activation email.<br />
    23 		{% endif %}
    23 		{% endif %}
    24 	{% endif %}
    24 	{% endif %}
    25 	
    25 	
    26 	{% if user.is_staff %}
    26 	{% if user.is_staff %}
    27 		<a href="/reg/event/create">Create an event</a><br />	
    27 		<a href="/reg/event/create">Create an event</a><br />