mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-26 10:00:33 +00:00
Fix search panel validation error
This commit is contained in:
parent
ce679cec75
commit
e1642561ec
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not result_set.connector.local %}
|
{% if not result_set.connector.local %}
|
||||||
<summary class="is-flex is-align-items-center is-flex-wrap-wrap is-gap-2">
|
<summary class="is-flex is-align-items-center is-flex-wrap-wrap is-gap-2">
|
||||||
<h3 class="mb-0 title is-5">
|
<span class="mb-0 title is-5">
|
||||||
{% trans 'Results from' %}
|
{% trans 'Results from' %}
|
||||||
<a href="{{ result_set.connector.base_url }}" target="_blank">{{ result_set.connector.name|default:result_set.connector.identifier }}</a>
|
<a href="{{ result_set.connector.base_url }}" target="_blank">{{ result_set.connector.name|default:result_set.connector.identifier }}</a>
|
||||||
</h3>
|
</span>
|
||||||
|
|
||||||
<span class="details-close icon icon-x" aria-hidden></span>
|
<span class="details-close icon icon-x" aria-hidden></span>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
Loading…
Reference in a new issue