OpenSlides/openslides/assignment/templates/search/assignment-results.html
Oskar Hahn c4c9322321 Rework of assignment
fixes: #1429, #1345

A database recreation is needed
2015-02-12 10:14:10 +01:00

11 lines
317 B
HTML

{% load i18n %}
{% load highlight %}
{% if perms.assignment.can_see_assignments %}
<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 %}