We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e33fc9 commit 0b710f9Copy full SHA for 0b710f9
wiki/wiki/doctype/wiki_page/templates/page_settings.html
@@ -18,9 +18,9 @@ <h5 class="modal-title page-settings-title">Page Settings</h5>
18
title="Wiki Space route (can't be modified)">
19
{{ route.split('/')[0] }}/
20
</div>
21
- <input type="text" id="pageRoute" name="pageRoute" class="form-control"
22
- style="border-top-left-radius: 0; border-bottom-left-radius: 0;" value="{{ "
23
- /".join(route.split('/')[1:]) }}">
+ <input value="{{ " /".join(route.split('/')[1:]) }}" type="text" id="pageRoute"
+ name="pageRoute" class="form-control"
+ style="border-top-left-radius: 0; border-bottom-left-radius: 0;">
24
25
26
<div class="mt-4 flex align-content-center">
0 commit comments