소스 검색

comment out id=edit, hackmd in page_comtent.html

zahmis 5 년 전
부모
커밋
e15be0bd73
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/server/views/widget/page_content.html

+ 2 - 2
src/server/views/widget/page_content.html

@@ -50,7 +50,7 @@
       </div>
     {% endif %}
 
-    {% if !isTrashPage() %}
+    <!-- {% if !isTrashPage() %}
       {# edit form #}
       <div class="tab-pane" id="edit">
         <div id="page-editor">{% if pageForm.body %}{{ pageForm.body }}{% endif %}</div>
@@ -59,7 +59,7 @@
         <div id="page-editor-with-hackmd"></div>
       </div>
       {% include '../_form.html' %}
-    {% endif %}
+    {% endif %} -->
 
   </div>