diff options
Diffstat (limited to 'project/templates/talk/edit-talk.html')
-rw-r--r-- | project/templates/talk/edit-talk.html | 4 |
1 files changed, 2 insertions, 2 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" |