equal
deleted
inserted
replaced
5 {% block content %} |
5 {% block content %} |
6 <h1>Submit Talk Proposal</h1> |
6 <h1>Submit Talk Proposal</h1> |
7 |
7 |
8 {% include '_errors.html' %} |
8 {% include '_errors.html' %} |
9 |
9 |
10 <form action="{% url kiwipycon_submit_talk %}" |
10 <form action="{% url scipycon_submit_talk %}" |
11 method="post"> |
11 method="post"> |
12 {% if not user.is_authenticated %} |
12 {% if not user.is_authenticated %} |
13 <fieldset> |
13 <fieldset> |
14 <legend>Are you a member of this site?</legend> |
14 <legend>Are you a member of this site?</legend> |
15 <table class="kiwipycon-default required"> |
15 <table class="scipycon-default required"> |
16 {{ login_form }} |
16 {{ login_form }} |
17 </table> |
17 </table> |
18 |
18 |
19 <input type="hidden" |
19 <input type="hidden" |
20 name="action" |
20 name="action" |
26 </button> |
26 </button> |
27 </fieldset> |
27 </fieldset> |
28 |
28 |
29 </form> |
29 </form> |
30 <br /> |
30 <br /> |
31 <form action="{% url kiwipycon_submit_talk %}" |
31 <form action="{% url scipycon_submit_talk %}" |
32 enctype="multipart/form-data" |
32 enctype="multipart/form-data" |
33 method="post"> |
33 method="post"> |
34 <fieldset> |
34 <fieldset> |
35 <legend>Speaker Registration</legend> |
35 <legend>Speaker Registration</legend> |
36 <table class="kiwipycon-default required"> |
36 <table class="scipycon-default required"> |
37 {{ register_form }} |
37 {{ register_form }} |
38 </table> |
38 </table> |
39 |
39 |
40 <input type="hidden" |
40 <input type="hidden" |
41 name="action" |
41 name="action" |
43 </fieldset> |
43 </fieldset> |
44 {% endif %} |
44 {% endif %} |
45 <br /> |
45 <br /> |
46 <fieldset> |
46 <fieldset> |
47 <legend>Talk Submission</legend> |
47 <legend>Talk Submission</legend> |
48 <table class="kiwipycon-default required"> |
48 <table class="scipycon-default required"> |
49 {{ talk_form }} |
49 {{ talk_form }} |
50 </table> |
50 </table> |
51 |
51 |
52 <button class="button left" |
52 <button class="button left" |
53 type="submit"> |
53 type="submit"> |