equal
deleted
inserted
replaced
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 /> |