Logo

GitLab

Sign in

SGJP / Kuznia

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
master
  • Kuznia
  • paginer
  • templates
  • filter_panel.html
  • tłumaczenie na angielski ...
    fa163080
    --HG--
    rename : templates/registration/activate.html => accounts/templates/registration/activation_complete.html
    rename : templates/registration/activation_email.txt => accounts/templates/registration/activation_email.txt
    rename : templates/registration/activation_email_subject.txt => accounts/templates/registration/activation_email_subject.txt
    rename : templates/registration/login.html => accounts/templates/registration/login.html
    rename : templates/registration/logout.html => accounts/templates/registration/logout.html
    rename : templates/registration/password_change_done.html => accounts/templates/registration/password_change_done.html
    rename : templates/registration/password_change_form.html => accounts/templates/registration/password_change_form.html
    rename : templates/registration/password_reset_complete.html => accounts/templates/registration/password_reset_complete.html
    rename : templates/registration/password_reset_confirm.html => accounts/templates/registration/password_reset_confirm.html
    rename : templates/registration/password_reset_done.html => accounts/templates/registration/password_reset_done.html
    rename : templates/registration/password_reset_email.html => accounts/templates/registration/password_reset_email.html
    rename : templates/registration/password_reset_form.html => accounts/templates/registration/password_reset_form.html
    rename : templates/registration/registration_complete.html => accounts/templates/registration/registration_complete.html
    rename : templates/registration/registration_form.html => accounts/templates/registration/registration_form.html
    rename : templates/404.html => common/templates/404.html
    rename : templates/base.html => common/templates/base.html
    rename : templates/main_menu.html => common/templates/main_menu.html
    janek37 authored
    10 years ago  
    Browse Dir »
filter_panel.html 177 Bytes
Edit Raw Blame History Permalink
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 "Show" %}"/>
    </ul>
</form>