-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
introduce djlint #2257
introduce djlint #2257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
<div class="wrap features"> | ||
<div class="f-box"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-software.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="title">{% trans "Choose your amount in EUR" %}</div> | ||
<form method="post"> | ||
{% csrf_token %} | ||
<input type="number" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.
</div> | ||
<div class="f-box"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-earth.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/admin/access.html"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-control.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
</div> | ||
<div class="f-box"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-finance.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/user/translating.html#variants"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-magnet.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/workflows.html#source-quality-gateway"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-layers.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/admin/machine.html"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-translate-variant.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/admin/projects.html"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-file-tree-outline.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
<div class="f-box"> | ||
<a href="https://docs.weblate.org/en/latest/user/translating.html#keyboard-shortcuts"> | ||
<div class="icon"> | ||
<img src="{% static "img/icon-keyboard-outline.svg" %}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #2257 +/- ##
=======================================
Coverage 82.49% 82.49%
=======================================
Files 35 35
Lines 3747 3747
Branches 341 341
=======================================
Hits 3091 3091
Misses 526 526
Partials 130 130 |
Proposed changes
Apply consistent formatting and style to Django templates.
Checklist
Other information