OpenSlides/openslides/assignment/templates/search/assignment-results.html
Emanuel Schuetze e277b8babf Full text search with haystack and whoosh.
Updated THANKS file.
Portable: Added haystack and whoosh.
2013-10-16 08:58:35 +02:00

11 lines
316 B
HTML

{% load i18n %}
{% load highlight %}
{% if perms.assignment.can_see_assignment %}
<li>
<a href="{{ result.object.get_absolute_url }}">{{ result.object }}</a><br>
<span class="app">{% trans "Election" %}</a></span><br>
{% highlight result.text with request.GET.q %}
</li>
{% endif %}