mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-05 06:32:41 +00:00
merge master => import_export_v1
This commit is contained in:
commit
62e3d95f22
13 changed files with 154 additions and 297 deletions
|
@ -154,5 +154,5 @@ def domains_explorer_web():
|
|||
except:
|
||||
page = 1
|
||||
|
||||
dict_data = Domain.domains_up_by_page('regular', page=page)
|
||||
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…
Add table
Add a link
Reference in a new issue