Skip to content

Commit

Permalink
Update invenio_record_search_options.py.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta authored Mar 27, 2024
1 parent 3d4d2c3 commit 5c1f867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from . import facets
class {{ vars.search_options| class_header }}:
"""{{ vars.record.class|base_name }} search options."""

facet_groups ={
facet_groups = {
{% for group in facet_groups %}
'{{ group }}': {
{% for dict in facet_groups[group].keys() %}
Expand Down Expand Up @@ -57,4 +57,4 @@ class {{ vars.search_options| class_header }}:
{{ extra_field_name }} = {{ extra_field_value|extra_code }}
{% endfor %}

{{ vars.search_options|extra_code }}
{{ vars.search_options|extra_code }}

0 comments on commit 5c1f867

Please sign in to comment.