shinoka7 %!s(int64=6) %!d(string=hai) anos
pai
achega
20c1935c46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/views/modal/create_page.html

+ 1 - 1
src/server/views/modal/create_page.html

@@ -72,7 +72,7 @@
             // modify href
             const value = $(this).val();
             const pageName = (value === 'children') ? '_template' : '__template';
-            const link = '{{ page.path || path }}/' + pageName + '#edit-form';
+            const link = '{{ page.path || path }}' + pageName + '#edit-form';
             $('#link-to-template').attr('href', link);
           });
         </script>