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