summaryrefslogtreecommitdiff
path: root/archaeological_operations/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-03 18:02:02 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-03 18:02:02 +0200
commit3d8415cf0c60871b6354f28f80eb0642246ea471 (patch)
tree3b319bbd67c031a3710ad925b21b563e9b2aa7b3 /archaeological_operations/urls.py
parentbc002a96942499c89e9665dae0e51cc9e43a7117 (diff)
downloadIshtar-3d8415cf0c60871b6354f28f80eb0642246ea471.tar.bz2
Ishtar-3d8415cf0c60871b6354f28f80eb0642246ea471.zip
OPE: search OPE by PATRIARCHE code (refs #430)
Diffstat (limited to 'archaeological_operations/urls.py')
-rw-r--r--archaeological_operations/urls.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py
index 23632f1cf..0da649d2d 100644
--- a/archaeological_operations/urls.py
+++ b/archaeological_operations/urls.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -72,5 +72,7 @@ urlpatterns += patterns('archaeological_operations.views',
url(r'get-operationsource/(?P<type>.+)?$',
'get_operationsource', name='get-operationsource'),
url(r'dashboard_operation/$', 'dashboard_operation',
- name='dashboard-operation')
+ name='dashboard-operation'),
+ url(r'autocomplete-patriarche/$', 'autocomplete_patriarche',
+ name='autocomplete-patriarche'),
)