hacking
This commit is contained in:
parent
2308302de0
commit
abf6da60a8
4 changed files with 84 additions and 40 deletions
13
froide_govplan/templates/helper/admin/fk_filter.html
Normal file
13
froide_govplan/templates/helper/admin/fk_filter.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% load i18n %}
|
||||
<h3>{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<form action="" method="get">
|
||||
<input type="text"
|
||||
name="{{ choices.0.field_path }}"
|
||||
value="{% if choices.0.value %}{{ choices.0.value }}{% endif %}">
|
||||
{% for k, v in choices.0.params.items %}<input type="hidden" name="{{ k }}" value="{{ v }}" />{% endfor %}
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue