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 @@

{% for topic in topics_public %}
  • + class="matomo-event btn-link stretched-link" + data-matomo-category="engagement" + data-matomo-action="view" + data-matomo-option="topic"> {{ topic.subject }}
  • @@ -89,10 +89,10 @@

    {% for forum in forums_category %}
  • + class="matomo-event btn-link stretched-link" + data-matomo-category="engagement" + data-matomo-action="view" + data-matomo-option="forum"> [{{ forum.parent.name }}] {{ forum.name }}
  • @@ -114,10 +114,10 @@

    {% for topic in topics_newsfeed %}
  • + class="matomo-event btn-link stretched-link" + data-matomo-category="engagement" + data-matomo-action="view" + data-matomo-option="news"> {{ topic.subject }}
  • @@ -134,8 +134,8 @@

    {% block extra_js %} {{ block.super }} - - + -