|
|
@@ -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>
|