Skip to content

Commit

Permalink
fixed linting errors for participate_page2.html (#11774)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfmiranda authored Jan 26, 2024
1 parent 2d61300 commit 3f08aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "pages/base.html" %}
{% load wagtailcore_tags wagtailimages_tags homepage_tags card_tags %}

{% block body_id %}participate{% endblock %}
{% block body_id %}participate{% endblock body_id %}

{% block content %}

Expand Down Expand Up @@ -67,4 +67,4 @@ <h2 class="tw-h2-heading">{{ page.h2 }}</h2>
</div>
</div>

{% endblock %}
{% endblock content %}
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ ignore="H017"
"network-api/networkapi/wagtailpages/templates/wagtailpages/pages/youtube_regrets_reporter_page.html" = "D018,H006,H013,H014,T003"
"network-api/networkapi/wagtailpages/templates/wagtailpages/primary_page.html" = "T003"
"network-api/networkapi/wagtailpages/templates/wagtailpages/static/initiatives_page.html" = "D018,H021,T003"
"network-api/networkapi/wagtailpages/templates/wagtailpages/static/participate_page2.html" = "T003"
"network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-cta.html" = "H026"
"network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card-large.html" = "H006,H013"
"network-api/networkapi/wagtailpages/templates/wagtailpages/tags/card.html" = "H006,H013"
Expand Down

0 comments on commit 3f08aed

Please sign in to comment.