1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

fix: fix label name in the edit mode

This commit is contained in:
Y-k-Y 2022-05-26 22:44:52 +09:00
parent c0edb25eba
commit 14960f4f64

View file

@ -19,7 +19,11 @@
{% set currentPageId = page._id %}
{% endif %}
<div class="select-wrapper">
<label for="parent">New Page at the</label>
{% if parentsChildrenOrdered is not empty %}
<label for="parent">Parent Page</label>
{% else %}
<label for="parent">New Page at the</label>
{% endif %}
<select id="parent" name="parent">
<option value="0">Root</option>
{% for _page in pagesAvailable %}