Просмотр исходного кода

write TODO content-main-not-found

ryuichi-e 6 лет назад
Родитель
Сommit
45022d7e4f

+ 1 - 1
src/server/views/widget/not_creatable_content.html

@@ -10,7 +10,7 @@
 <div id="content-main" class="content-main content-main-not-found page-list"
   data-path="{{ path | preventXss }}"
   data-current-user="{% if user %}{{ user._id.toString() }}{% endif %}"
-  >
+  > <!-- TODO Delete "content-main-not-found"-->
 
   <ul class="nav nav-tabs hidden-print">
     <li class="grw-nav-main-left-tab active">

+ 1 - 1
src/server/views/widget/not_found_content.html

@@ -13,7 +13,7 @@
   {% if templateTags %}
     data-template-tags="{{ templateTags }}"
   {% endif %}
-  >
+  > <!-- TODO Delete "content-main-not-found"-->
 
   {% include 'not_found_tabs.html' %}