X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/97aa78da4fbb0c6acec66ac04ef5aa6121cbc913..3bf45c83c84f9e7a1c5f2dafd64d812c987037e5:/project/templates/explorer/panels/dceditor.html

diff --git a/project/templates/explorer/panels/dceditor.html b/project/templates/explorer/panels/dceditor.html
index a82f796c..215f54fe 100644
--- a/project/templates/explorer/panels/dceditor.html
+++ b/project/templates/explorer/panels/dceditor.html
@@ -1,7 +1,7 @@
 <div class="panel-dceditor">
-    <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8">
+    <form action="{% url file_dc fileid %}" method="post" accept-charset="utf-8">
         {{ form.as_p }}
-<!--        <p><input type="submit" value="Continue &rarr;"/></p> -->
+<!--    <p><input type="submit" value="Continue &rarr;"/></p> -->
     </form>
 </div>
 <script type="text/javascript" charset="utf-8">
@@ -15,10 +15,11 @@ panel_hooks = {
 				self.contentDiv.trigger('panel:contentChanged', self);
 			});
 		});
+                self._endload();       
 	},
 	saveInfo: function(saveInfo) {
 		var myInfo = {
-			url: "{% url file_dc fpath %}", 
+			url: "{% url file_dc fileid %}",
 			postData: $('form', this.contentDiv).serialize() 
 		};
 		$.extend(saveInfo, myInfo);