Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed linting errors for participate_page2.html #11774

Merged

Conversation

danielfmiranda
Copy link
Collaborator

@danielfmiranda danielfmiranda commented Jan 26, 2024

Description

Related PRs/issues: #11647

This PR updates the template participate_page2.html to remove any existing linting errors.

According to the file pyproject.toml, this template only had one linting error being temporarily ignored which was:
T003: Endblock should have name. Ex: {% endblock body %}.

So adding the {% block %} name to the {% endblock %} tags was all that was needed in order to have the template pass all linting tests 👍

Steps to test

  1. If this PR is passing all linting tests in CI, no further testing is required!

Copy link
Contributor

@jhonatan-lopes jhonatan-lopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @danielfmiranda

@danielfmiranda danielfmiranda merged commit 3f08aed into main Jan 26, 2024
6 checks passed
@danielfmiranda danielfmiranda deleted the chore/11647-fix-participate-page-validation-errors branch January 26, 2024 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants