diff options
Diffstat (limited to 'archaeological_files/views.py')
| -rw-r--r-- | archaeological_files/views.py | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py index 117f9849c..2e6cf9aff 100644 --- a/archaeological_files/views.py +++ b/archaeological_files/views.py @@ -120,14 +120,6 @@ get_administrativeactfile = get_item(  ) -def dashboard_file(request, *args, **kwargs): -    """ -    Main dashboard -    """ -    dct = {"dashboard": models.FileDashboard()} -    return render(request, "ishtar/dashboards/dashboard_file.html", dct) - -  file_search_wizard = wizards.FileSearch.as_view(      [("general-file_search", forms.FileFormSelection)],      label=_("File search"),  | 
