diff options
Diffstat (limited to 'project/templates/talk')
-rw-r--r-- | project/templates/talk/edit-talk.html | 4 | ||||
-rw-r--r-- | project/templates/talk/submit-talk.html | 10 | ||||
-rw-r--r-- | project/templates/talk/talks-cfp.html | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/project/templates/talk/edit-talk.html b/project/templates/talk/edit-talk.html index c6df8c0..5f4ce97 100644 --- a/project/templates/talk/edit-talk.html +++ b/project/templates/talk/edit-talk.html @@ -6,11 +6,11 @@ <h1>Edit Talk</h1> {% include '_errors.html' %} -<form action="{% url kiwipycon_edit_talk id %}" +<form action="{% url scipycon_edit_talk id %}" method="post"> <fieldset> <legend>Edit Talk</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <button class="button left" diff --git a/project/templates/talk/submit-talk.html b/project/templates/talk/submit-talk.html index 79d3c80..9a40f80 100644 --- a/project/templates/talk/submit-talk.html +++ b/project/templates/talk/submit-talk.html @@ -7,12 +7,12 @@ {% include '_errors.html' %} - <form action="{% url kiwipycon_submit_talk %}" + <form action="{% url scipycon_submit_talk %}" method="post"> {% if not user.is_authenticated %} <fieldset> <legend>Are you a member of this site?</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ login_form }} </table> @@ -28,12 +28,12 @@ </form> <br /> - <form action="{% url kiwipycon_submit_talk %}" + <form action="{% url scipycon_submit_talk %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>Speaker Registration</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ register_form }} </table> @@ -45,7 +45,7 @@ <br /> <fieldset> <legend>Talk Submission</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ talk_form }} </table> diff --git a/project/templates/talk/talks-cfp.html b/project/templates/talk/talks-cfp.html index 28a8225..f01018f 100644 --- a/project/templates/talk/talks-cfp.html +++ b/project/templates/talk/talks-cfp.html @@ -20,7 +20,7 @@ during which any attendee who wishes to talk on a pertinent topic is invited to <div class="section" id="submission-guidelines"> <h2>Submission Guidelines</h2> <ul class="simple"> -<li>Submissions should be uploaded via <a href="{% url kiwipycon_submit_talk %}">the web form.</a></li> +<li>Submissions should be uploaded via <a href="{% url scipycon_submit_talk %}">the web form.</a></li> <li>Submissions whose main purpose is to promote a commercial product or service will be refused.</li> <li>All accepted proposals must be presented at the SciPy conference by |