adding website
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% if matches %}
|
||||
<div class="result-chips" aria-label="Search suggestions">
|
||||
{% for option in matches %}
|
||||
<a href="{{ build_legislator_url(legislator_id=option.legislator_id) }}">
|
||||
{{ option.display_name }}{% if option.state %} · {{ option.state }}{% endif %}
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% elif q %}
|
||||
<p class="suggestion-empty">No matches</p>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user