Add an EditForm id to the edit form
authorJames Levy <jamesalexanderlevy@gmail.com>
Mon, 25 May 2009 02:23:42 +0200
changeset 2340 f835e39b4dbc
parent 2339 e1ac4aacfb4f
child 2341 f50455c4cdcb
Add an EditForm id to the edit form
app/soc/templates/soc/models/edit.html
--- a/app/soc/templates/soc/models/edit.html	Mon May 25 02:40:11 2009 +0200
+++ b/app/soc/templates/soc/models/edit.html	Mon May 25 02:23:42 2009 +0200
@@ -34,7 +34,7 @@
   <div class="error">{{ error_message|safe }}</div>
 {% endif %}
 
-<form method="POST">
+<form id="EditForm" method="POST">
   <table>
     {% block form_table %}
       {% as_table form %}