Sfoglia il codice sorgente

show attachments widged in page_list.html

Yuki Takei 6 anni fa
parent
commit
7e89688b6d

+ 1 - 1
src/server/views/layout-growi/page_list.html

@@ -42,7 +42,7 @@
 {% endblock %}
 {% endblock %}
 
 
 
 
-{% block content_footer %}
+{% block content_main_after %}
   {% if page %}
   {% if page %}
     {% include '../widget/page_attachments.html' %}
     {% include '../widget/page_attachments.html' %}
   {% endif %}
   {% endif %}

+ 1 - 1
src/server/views/layout-kibela/page_list.html

@@ -43,7 +43,7 @@
 {% endblock %}
 {% endblock %}
 
 
 
 
-{% block content_footer %}
+{% block content_main_after %}
   {% if page %}
   {% if page %}
     {% include '../widget/page_attachments.html' %}
     {% include '../widget/page_attachments.html' %}
   {% endif%}
   {% endif%}