diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-04 12:59:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-04 12:59:49 +0200 |
commit | f7bf3b773787d336319518786f396cbf0342e567 (patch) | |
tree | 1c40ba8c11f81f98af26bc81b50b6df8399d340f /archaeological_operations/views.py | |
parent | c693630090f670ca33981dcdf0b135fdd7432972 (diff) | |
download | Ishtar-f7bf3b773787d336319518786f396cbf0342e567.tar.bz2 Ishtar-f7bf3b773787d336319518786f396cbf0342e567.zip |
Operation: add search by person in charge (refs #1185)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index e12b8edd6..4650e4764 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -118,7 +118,6 @@ get_administrativeactop = get_item(models.AdministrativeAct, 'operation__towns':'operation__towns__pk', 'act_type__intented_to':'act_type__intented_to'}) - def dashboard_operation(request, *args, **kwargs): """ Operation dashboard |