Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Story]: Add checkboxes to the items in the search filters #598
base: develop
Are you sure you want to change the base?
[Story]: Add checkboxes to the items in the search filters #598
Changes from 1 commit
d80966a
2b31c26
8bc04a4
0b53230
d4886ce
fee4a68
ab94bf4
3549cef
2244a51
f6fc444
a54d2f7
12cb4d2
752babb
52b1773
e65f51a
cb06a88
3d3e8ab
11c950e
8b72bc8
9c638b8
d3d9d12
56db83b
83fde6a
2eb3943
6fea9f3
144e420
0196198
12cc66f
199b9df
1858537
96a46dc
1e950a3
90c3a50
68b8062
65605a8
98b2d74
fa9cd8e
cdd68c5
3ef3e34
bbd4179
a257aab
19c5f44
f2e70f2
a1a2a4d
4a69a98
16e3003
138f6f9
570754a
8aa6f8a
590d290
330a14a
d2ff656
ac096a4
020d3c4
fc71315
ecd03ce
7b241cb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 indentation irregularities in this file that are not caught by djlint for some reason. e.g. in block
{% block search_facets %}
and onwards.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.
You may have a different version of djlint or what you are using is not specifically tailored for this repo. There are files which the command
pre-commit run --hook-stage manual format
works from (see.djlintrc
anddjlint_rules.yaml
). I say this because when runningpre-commit run --hook-stage manual format
there are no formatting errors in thesearch_form.html