diff --git a/lacommunaute/templates/forum_conversation/partials/topic_likes.html b/lacommunaute/templates/forum_conversation/partials/topic_likes.html index 539693e33..1be8729c3 100644 --- a/lacommunaute/templates/forum_conversation/partials/topic_likes.html +++ b/lacommunaute/templates/forum_conversation/partials/topic_likes.html @@ -5,12 +5,12 @@ {% with topic.likes as counter %} {% if user.is_authenticated %} @@ -22,6 +22,6 @@ {% endwith %} - diff --git a/lacommunaute/templates/layouts/base.html b/lacommunaute/templates/layouts/base.html index 8555c7b74..1496cb0d7 100644 --- a/lacommunaute/templates/layouts/base.html +++ b/lacommunaute/templates/layouts/base.html @@ -13,6 +13,8 @@ + + @@ -102,8 +104,8 @@ {% block js %} {% import_static_JS_theme_inclusion %} - - + - + {% if COMMU_ENVIRONMENT == 'PROD' %} - + {% endif %} {% endblock %} diff --git a/lacommunaute/templates/pages/home.html b/lacommunaute/templates/pages/home.html index aa2bb8ffe..a64f265b1 100644 --- a/lacommunaute/templates/pages/home.html +++ b/lacommunaute/templates/pages/home.html @@ -64,10 +64,10 @@