templates/index.html
changeset 85 eb7c03eb3bb4
parent 75 bda9ee536063
child 86 9946ff231b76
equal deleted inserted replaced
84:bb6a1bd4b3f8 85:eb7c03eb3bb4
    11 		{% if user.is_active %}
    11 		{% if user.is_active %}
    12 			{% if registered_events %}
    12 			{% if registered_events %}
    13 				You have registered for the following workshops:
    13 				You have registered for the following workshops:
    14 				<ul>
    14 				<ul>
    15 				{% for a_event in registered_events %}
    15 				{% for a_event in registered_events %}
    16 					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}</a></li>
    16 					<li><a href="/workshop/registration/event/view/{{a_event.key}}">{{a_event.title}}
       
    17 					at {{event.venue}}</a></li>
    17 				{% endfor %}
    18 				{% endfor %}
    18 				</ul>
    19 				</ul>
    19 			{% endif %}
    20 			{% endif %}
    20 		{% else %}
    21 		{% else %}
    21 			Your account is inactive. An activation email has been sent to your email address.<br />
    22 			Your account is inactive. An activation email has been sent to your email address.<br />