We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e446 commit 5eec603Copy full SHA for 5eec603
adminlteui/templatetags/adminlte_list.py
@@ -40,8 +40,8 @@ def adminlte_admin_list_filter(cl, spec):
40
tpl = get_template(spec.template)
41
new_choice = []
42
43
- print(spec.lookup_kwarg)
44
- print(list(spec.choices(cl)))
+ # print(spec.lookup_kwarg)
+ # print(list(spec.choices(cl)))
45
46
for choice in list(spec.choices(cl)):
47
qs = (urllib.parse.parse_qs(choice.get('query_string')))
@@ -54,7 +54,7 @@ def adminlte_admin_list_filter(cl, spec):
54
'display': choice.get('display'),
55
'selected': choice.get('selected')})
56
57
- print(new_choice)
+ # print(new_choice)
58
59
return tpl.render({
60
'title': spec.title,
0 commit comments