X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e7821612b90b7ce9bd39c5c3d404ce9814e33b3c..23107089660d64637c0459a397dc0ffc77cfceab:/project/templates/explorer/file_xml.html

diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html
index c23ad41f..cef1800b 100644
--- a/project/templates/explorer/file_xml.html
+++ b/project/templates/explorer/file_xml.html
@@ -8,7 +8,7 @@
     <script type="text/javascript" charset="utf-8">        
         $(function() {
             $('#id_folders').change(function() {
-                $('#images').load('/images/' + $('#id_folders').val() + '/', function() {
+                $('#images').load('{% url folder_image_ajax %}' + $('#id_folders').val() + '/', function() {
                     $('#images').data('lastScroll', -1000);
                 });
             });