summaryrefslogtreecommitdiff
path: root/ishtar_common/urls.py
diff options
context:
space:
mode:
authorQuentinAndre <quentin.andre@imt-atlantique.net>2021-07-26 18:41:53 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-01 12:36:46 +0200
commit5f1ccd67fbeb5fc1fe69765b639ce6bddb70e988 (patch)
tree6fbdd8e9f10363b27c73216becb12cd1c6a4e9b5 /ishtar_common/urls.py
parenta1abf9cd4ae5a736026e2e47d3add324dd3e461b (diff)
downloadIshtar-5f1ccd67fbeb5fc1fe69765b639ce6bddb70e988.tar.bz2
Ishtar-5f1ccd67fbeb5fc1fe69765b639ce6bddb70e988.zip
fixes urls import
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r--ishtar_common/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py
index 7fe905c33..9266a7a9a 100644
--- a/ishtar_common/urls.py
+++ b/ishtar_common/urls.py
@@ -559,7 +559,6 @@ urlpatterns += [
views.QANotAvailable.as_view(),
name="qa-not-available",
),
- url(r"^", include("archaeological_finds.urls", namespace="archaeological_finds")),
]
urlpatterns += get_urls_for_model(models.Document, views, own=True)