equal
deleted
inserted
replaced
24 {% endif %} |
24 {% endif %} |
25 <br /> |
25 <br /> |
26 {% if is_org %} |
26 {% if is_org %} |
27 <a href="/reg/event/attendees/{{event.key}}">View list of people registered for the workshop</a> <br /> |
27 <a href="/reg/event/attendees/{{event.key}}">View list of people registered for the workshop</a> <br /> |
28 <a href="/feedback/list/{{event.key}}">View submitted feedbacks</a><br /><br /> |
28 <a href="/feedback/list/{{event.key}}">View submitted feedbacks</a><br /><br /> |
|
29 <a href="/feedback/report/{{event.key}}">View a report of the workshop</a> |
29 {% if user.is_staff %} |
30 {% if user.is_staff %} |
30 {% if event.registration_is_open %} |
31 {% if event.registration_is_open %} |
31 <a href="/reg/event/registration/close/{{event.key}}">Close the registration</a><br /> |
32 <a href="/reg/event/registration/close/{{event.key}}">Close the registration</a><br /> |
32 {% else %} |
33 {% else %} |
33 <a href="/reg/event/registration/open/{{event.key}}">Open the registration</a><br /> |
34 <a href="/reg/event/registration/open/{{event.key}}">Open the registration</a><br /> |