From 6e3af17e092a8a2427e9aab5ea88525636c7968d Mon Sep 17 00:00:00 2001 From: _ Kilemensi Date: Mon, 17 Sep 2018 15:35:06 +0300 Subject: [PATCH] Remove duplicated javascript body includes --- .../profile/profile_detail_base.html | 41 +++---------------- 1 file changed, 5 insertions(+), 36 deletions(-) diff --git a/takwimu/templates/profile/profile_detail_base.html b/takwimu/templates/profile/profile_detail_base.html index 9e17e144..ba35ab0d 100644 --- a/takwimu/templates/profile/profile_detail_base.html +++ b/takwimu/templates/profile/profile_detail_base.html @@ -177,9 +177,9 @@

Compare with another place

background-color: #17a2b8 } -{% endblock %} +{% endblock content_container %} -{% block body_javascript %} +{% block body_javascript_extra %} @@ -189,15 +189,8 @@

Compare with another place

- {% block profile_javascript_libs %} - - - - - - - - {% endblock %} + {{ block.super }} + - - - - - - {% block body_javascript_extra %} - {{ block.super }} - {% endblock %} - - {{ block.super }} - -{% endblock body_javascript %} - +{% endblock body_javascript_extra %}