Blame view

paginer/templates/filter_panel.html 177 Bytes
janek37 authored
1
2
3
{% load i18n %}

<form action="" class="{{ list_id }}_filter_list">
janek37 authored
4
5
    <ul>
        {{ form.as_ul }}
janek37 authored
6
        <input type="submit" value="{% trans "Show" %}"/>
janek37 authored
7
    </ul>
janek37 authored
8
</form>