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 %}