Imprv/list attachments in user pages
@@ -42,7 +42,7 @@
{% endblock %}
-{% block content_footer %}
+{% block content_main_after %}
{% if page %}
{% include '../widget/page_attachments.html' %}
{% endif %}
@@ -71,4 +71,8 @@
{% block content_main_after %}
{% include 'widget/comments.html' %}
+
+ {% if page %}
+ {% include '../widget/page_attachments.html' %}
+ {% endif %}
@@ -43,7 +43,7 @@
{% endif%}
@@ -64,4 +64,8 @@