]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/import.html
Explicitly define base and asset path in templates
[github/shaarli/Shaarli.git] / tpl / vintage / import.html
index 2ab2cc0a898b34e74b9189339f63a217770cd46d..a2e377510d43a5d333d215e03d24f2e55b433155 100644 (file)
@@ -6,7 +6,7 @@
   {include="page.header"}
   <div id="uploaddiv">
     Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...) (Max: {$maxfilesize}).
-    <form method="POST" action="./?do=import" enctype="multipart/form-data"
+    <form method="POST" action="{$base_path}/?do=import" enctype="multipart/form-data"
           name="uploadform" id="uploadform">
       <input type="hidden" name="token" value="{$token}">
       <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}">