-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
style: Indent HTML templates with djhtml #601
Conversation
<hr> | ||
{% if not handle %} | ||
<select class="custom-select" | ||
onchange="this.options[this.selectedIndex].value && (window.location = '/{{ LANGUAGE_CODE }}/reports/list' + this.options[this.selectedIndex].value);"> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
<div class="col-xl-4 col-lg-5 col-md-8 col-12 mb-2"> | ||
{% trans "Sorted by" %} | ||
<select class="custom-select" | ||
onchange="this.options[this.selectedIndex].value && (window.location = '/{{ LANGUAGE_CODE }}/trackers/' + this.options[this.selectedIndex].value);"> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
I'll merge as is, despite some unfixed warnings from CodeQL because they were not added in this PR. |
No description provided.