diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-16 18:05:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 2e15f5fd3525120d22336faf10e960050aaefb67 (patch) | |
tree | 11cf75140bc4296fc5c936d4f7b6a3a640d4dbce /archaeological_operations/views.py | |
parent | b46aa637fa1018a151f623138c94e145efa8288c (diff) | |
download | Ishtar-2e15f5fd3525120d22336faf10e960050aaefb67.tar.bz2 Ishtar-2e15f5fd3525120d22336faf10e960050aaefb67.zip |
Remove deadcode (old dashboards) - clean css
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 7d83bb7e0..f15e24c43 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -191,14 +191,6 @@ get_administrativeact = get_item( show_administrativeact = show_item(models.AdministrativeAct, "administrativeact") -def dashboard_operation(request, *args, **kwargs): - """ - Operation dashboard - """ - dct = {"dashboard": models.OperationDashboard()} - return render(request, "ishtar/dashboards/dashboard_operation.html", dct) - - operation_search_wizard = wizards.OperationSearch.as_view( [("general-operation_search", forms.OperationFormSelection)], label=_("Operation search"), |