Blame view

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

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