equal
deleted
inserted
replaced
4 Registrations |
4 Registrations |
5 {% endblock %} |
5 {% endblock %} |
6 |
6 |
7 {% block content %} |
7 {% block content %} |
8 |
8 |
9 <h1>Submit Registration</h1> |
9 <h1>Registration Statistics</h1> |
10 |
10 |
11 {% if over_reg %} |
11 {% if over_reg %} |
12 <div class="notice"> |
12 <div class="notice"> |
13 We have already reached the total number of registrations for the |
13 We have already reached the total number of registrations for the |
14 conference. If you would like to be put on a waiting list in the event |
14 conference. If you would like to be put on a waiting list in the event |
16 below to register and we will be in contact if a registration spot comes |
16 below to register and we will be in contact if a registration spot comes |
17 available. |
17 available. |
18 </div> |
18 </div> |
19 {% endif %} |
19 {% endif %} |
20 |
20 |
21 <p>Currently <strong>{{ registrations }}</strong> persons have registered to attend SciPy.in 2009.</p> |
21 <p> |
|
22 Currently <strong>{{ registrations }}</strong> people have registered |
|
23 to attend {{ event.get_full_name }}. |
|
24 </p> |
22 |
25 |
23 <p>To attend SciPy.in 2009 please <a href="/submit-registration/">register</a></p> |
26 {% if not registration %} |
24 |
27 <p> |
|
28 To attend {{ event.get_full_name }} please <a href=" |
|
29 {% url scipycon_submit_registration params.scope %}">register</a> |
|
30 </p> |
|
31 {% endif %} |
25 |
32 |
26 {% endblock %} |
33 {% endblock %} |