can't use self as a name
This commit is contained in:
parent
60201ee5bf
commit
20264bc3f5
6 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
<h2>Search results</h2>
|
||||
{% for result_set in results %}
|
||||
<section>
|
||||
{% if not result_set.connector.self %}
|
||||
{% if not result_set.connector.local %}
|
||||
<h3>
|
||||
Results from <a href="{{ result_set.connector.base_url }}">{{ result_set.connector.name }}</a>
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue