Skip to content

Commit

Permalink
modification: templates codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgualdi committed Sep 11, 2023
1 parent 7d788b1 commit 18b315e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ <h2>{{ export_format }} Export</h2>
{%- block javascript %}
{{ super() }}
{{ webpack["invenio-records-marc21-landing-page.js"] }}
{%- endblock javascript %}
{%- endblock javascript %}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
{% set authors = production["name_of_producer_publisher_distributor_manufacturer"] %}
<h4 class="ui header">{{_("Rights Holder(s)")}}</h4>
{{ show_authors(authors) }}
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
</div>
{%- endif %}
{%- endif %}
{% endblock record_files %}
{% endblock record_files %}
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@
{%- block javascript %}
{{ super() }}
{{ webpack["invenio-records-marc21-landing-page.js"] }}
{%- endblock javascript %}
{%- endblock javascript %}

0 comments on commit 18b315e

Please sign in to comment.