Revert "Add an EditForm id to the edit form"
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 25 May 2009 20:41:54 +0200
changeset 2342 c2aaf9a7b285
parent 2341 f50455c4cdcb
child 2343 5a4cfa148b7d
Revert "Add an EditForm id to the edit form" This reverts commit f835e39b4dbc.
app/soc/templates/soc/models/edit.html
--- a/app/soc/templates/soc/models/edit.html	Mon May 25 02:25:44 2009 +0200
+++ b/app/soc/templates/soc/models/edit.html	Mon May 25 20:41:54 2009 +0200
@@ -34,7 +34,7 @@
   <div class="error">{{ error_message|safe }}</div>
 {% endif %}
 
-<form id="EditForm" method="POST">
+<form method="POST">
   <table>
     {% block form_table %}
       {% as_table form %}