From 6807c6aa414edb49bf9a773667dadf0f08bd57de Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 4 Oct 2017 06:43:08 -0300 Subject: [PATCH] Removing filter buttons from subject and resource mural --- mural/templates/mural/resource_view.html | 8 ++++++-- mural/templates/mural/subject_view.html | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mural/templates/mural/resource_view.html b/mural/templates/mural/resource_view.html index d5e3e87..1bc42a5 100644 --- a/mural/templates/mural/resource_view.html +++ b/mural/templates/mural/resource_view.html @@ -76,8 +76,6 @@ {% trans 'Only my posts' %} - - @@ -88,4 +86,10 @@ +{% endblock %} + +{% block addtional_scripts %} + {% endblock %} \ No newline at end of file diff --git a/mural/templates/mural/subject_view.html b/mural/templates/mural/subject_view.html index 90e6120..39e16fe 100644 --- a/mural/templates/mural/subject_view.html +++ b/mural/templates/mural/subject_view.html @@ -91,8 +91,6 @@ {% trans 'Only my posts' %} - - @@ -102,4 +100,10 @@ +{% endblock %} + +{% block addtional_scripts %} + {% endblock %} \ No newline at end of file -- libgit2 0.21.2