From 6adebc64485af5c5fe6e9ff927451c2e6fb19aa5 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Thu, 21 Sep 2023 11:54:51 +0200 Subject: [PATCH] linter --- .../partials/topic_likes.html | 12 +++++----- lacommunaute/templates/pages/home.html | 24 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lacommunaute/templates/forum_conversation/partials/topic_likes.html b/lacommunaute/templates/forum_conversation/partials/topic_likes.html index 539693e33..ada738080 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 %} diff --git a/lacommunaute/templates/pages/home.html b/lacommunaute/templates/pages/home.html index aa2bb8ffe..a1e1a42d2 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 }}