Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Oct 23, 2024
1 parent 3da9f33 commit 1d5d731
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,7 @@ <h2>{{ add_description.type.title_l10n }} <span

{% macro list_vocabulary_values(field, values) %}
{% if values.title_l10n is defined %}
{% set search_url = field | custom_vocab_fields_search(values.title_l10n, "title") %}
{% if search_url %}
<a href="{{ search_url }}">{{ values.title_l10n | safe }}</a>
{% else %}
{{ values.title_l10n }}
{% endif %}
{{ values.title_l10n }}
{% else %}
{% for value in values %}
{{ value.title_l10n }}{{ ", " if not loop.last }}
Expand Down

0 comments on commit 1d5d731

Please sign in to comment.