From 60cba6bb1c61bcc70438375d847501c621b0e5db Mon Sep 17 00:00:00 2001 From: vincent porte Date: Thu, 29 Jun 2023 14:52:50 +0200 Subject: [PATCH] [linters] djhtml quality --- .../templates/event/event_calendar.html | 2 +- lacommunaute/templates/event/event_form.html | 6 +-- lacommunaute/templates/event/event_list.html | 2 +- .../templates/forum/category_forum_list.html | 8 +-- lacommunaute/templates/forum/forum_list.html | 32 ++++++------ .../forum_polls/topic_list_poll_detail.html | 8 +-- .../topic_list_poll_vote_form.html | 20 ++++---- .../partials/post_certified.html | 14 +++--- .../partials/post_certified_actions.html | 18 +++---- .../partials/post_feed_form_collapsable.html | 12 ++--- .../partials/post_upvotes.html | 14 +++--- .../forum_conversation/partials/poster.html | 8 +-- .../partials/posts_list.html | 2 +- .../partials/topic_detail_actions.html | 20 ++++---- .../partials/topic_filter.html | 14 +++--- .../partials/topic_form.html | 6 +-- .../partials/topic_likes.html | 12 ++--- .../partials/topic_tags.html | 8 +-- .../forum_conversation/topic_list.html | 36 ++++++------- .../forum_member/forum_profile_detail.html | 8 +-- .../forum_member/moderator_profiles.html | 8 +-- .../templates/forum_member/profiles.html | 8 +-- lacommunaute/templates/pages/contact.html | 14 +++--- lacommunaute/templates/pages/home.html | 50 +++++++++---------- .../templates/partials/ask_a_question.html | 8 +-- lacommunaute/templates/partials/banner.html | 10 ++-- .../partials/header_nav_secondary_items.html | 6 +-- 27 files changed, 177 insertions(+), 177 deletions(-) diff --git a/lacommunaute/templates/event/event_calendar.html b/lacommunaute/templates/event/event_calendar.html index 02f963995..2fe0c0bba 100644 --- a/lacommunaute/templates/event/event_calendar.html +++ b/lacommunaute/templates/event/event_calendar.html @@ -33,7 +33,7 @@

Les évènements à venir

{% if user.is_authenticated %} + role="button" class="btn btn-primary"> {% trans "Post a new Public Event" %} {% else %} diff --git a/lacommunaute/templates/event/event_form.html b/lacommunaute/templates/event/event_form.html index 40eb063a2..ef4ad00f0 100644 --- a/lacommunaute/templates/event/event_form.html +++ b/lacommunaute/templates/event/event_form.html @@ -52,9 +52,9 @@

{% trans "Post a new Public Event" %}
+ data-matomo-category="engagement" + data-matomo-action="contribute" + data-matomo-option="event"> {% if event %} {% trans "Delete" %} {% endif %} diff --git a/lacommunaute/templates/event/event_list.html b/lacommunaute/templates/event/event_list.html index 0516e9c06..c43d3b0e9 100644 --- a/lacommunaute/templates/event/event_list.html +++ b/lacommunaute/templates/event/event_list.html @@ -14,7 +14,7 @@

{% trans "Manage My Events" %}
diff --git a/lacommunaute/templates/forum/category_forum_list.html b/lacommunaute/templates/forum/category_forum_list.html index f18c64217..867ddf868 100644 --- a/lacommunaute/templates/forum/category_forum_list.html +++ b/lacommunaute/templates/forum/category_forum_list.html @@ -17,10 +17,10 @@