mirror of https://github.com/CIRCL/AIL-framework
fix: [domain explorer web] fix pagination by daterange
parent
f422be917a
commit
6b6c6a4d9e
|
@ -154,5 +154,5 @@ def domains_explorer_web():
|
|||
except:
|
||||
page = 1
|
||||
|
||||
dict_data = Domain.domains_up_by_page('regular', page=page, date_from=date_from, date_to=date_to)
|
||||
dict_data = Domain.get_domains_up_by_filers('regular', page=page, date_from=date_from, date_to=date_to)
|
||||
return render_template("domain_explorer.html", dict_data=dict_data, bootstrap_label=bootstrap_label, domain_type='regular')
|
||||
|
|
Loading…
Reference in New Issue