Przeglądaj źródła

fix #15: Imprv: ensure to be able to create top level page from root

Yuki Takei 9 lat temu
rodzic
commit
0077c2baf4
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      lib/views/modal/create_page.html

+ 0 - 2
lib/views/modal/create_page.html

@@ -27,7 +27,6 @@
         </form>
         <hr>
 
-        {% if !isTopPage() %}
         <form class="form-horizontal" id="create-page-under-tree" role="form">
           <fieldset>
             <div class="col-xs-12">
@@ -42,7 +41,6 @@
           </fieldset>
         </form>
         <hr>
-        {% endif  %}
 
       </div><!-- /.modal-body -->