ajaxable dialogs fixes,
[wolnelektury.git] / apps / ajaxable / templates / ajaxable / form.html
index d8f0036..ba79e4b 100755 (executable)
@@ -3,6 +3,7 @@
 
 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
 <ol>
+    <div id="id___all__"></div>
     {{ form.as_ul }}
     <li><input type="submit" value="{{ submit }}"/></li>
 </ol>