Blame view

paginer/templates/filter_panel.html 167 Bytes
janek37 authored
1
2
3
4
5
6
7
8
{% load i18n %}

<form action="" class="{{ list_id }}_filter_list">
  <ul>
    {{ form.as_ul }}
    <input type="submit" value="{% trans "Pokaż" %}"/>
  </ul>
</form>