File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/unfold/contrib/filters/templates/unfold/filters Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33{% with choices.0 as choice %}
44 < div class ="flex flex-col ">
5- < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</ h3 >
5+ < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</ h3 >
66
77 < div class ="flex flex-col space-y-2 ">
88 {% for field in choice.form %}
Original file line number Diff line number Diff line change 22
33{% with choices.0 as choice %}
44 < div class ="flex flex-col ">
5- < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</ h3 >
5+ < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</ h3 >
66
77 < div class ="flex flex-col space-y-2 ">
88 {% for field in choice.form %}
Original file line number Diff line number Diff line change 22
33{% with choices.0 as choice %}
44 < div class ="flex flex-col ">
5- < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</ h3 >
5+ < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</ h3 >
66
77 < div class ="flex flex-row gap-4 ">
88 {% for field in choice.form %}
Original file line number Diff line number Diff line change 22
33{% with choices.0 as choice %}
44 < div class ="flex flex-col ">
5- < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</ h3 >
5+ < h3 class ="font-semibold mb-2 text-font-important-light dark:text-font-important-dark "> {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</ h3 >
66
77 {% for field in choice.form %}
88 < div class ="flex flex-row flex-wrap group relative{% if field.errors %} errors{% endif %} ">
You can’t perform that action at this time.
0 commit comments