Skip to content

Commit

Permalink
chore: Improve keywords presentation (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Jan 4, 2024
1 parent 52ea497 commit 6509c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/relaton/keyword.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load relaton %}
{% with link=val|substruct_search_link:'{"keyword": [%s]}' %}
<a class="link whitespace-nowrap" href="{{ link }}"
>{{ val }}</a>
>{{ val.content }}</a>
{% endwith %}

0 comments on commit 6509c28

Please sign in to comment.