summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-22 17:08:16 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-22 17:08:16 +0200
commit709e04d3239ea3a131912f1fc92dba67585079d1 (patch)
treecbea055aa17e949e0ca6a646a6b63454b3349429
parent1a1976d1d67ecb0115e25c5f9e7cfd0327743ac3 (diff)
downloadIshtar-709e04d3239ea3a131912f1fc92dba67585079d1.tar.bz2
Ishtar-709e04d3239ea3a131912f1fc92dba67585079d1.zip
🐛 exhibition sheet: fix history links
-rw-r--r--archaeological_finds/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py
index de96604c6..b9ed7a9a4 100644
--- a/archaeological_finds/urls.py
+++ b/archaeological_finds/urls.py
@@ -509,12 +509,12 @@ urlpatterns = [
name="exhibition-show-historized",
),
path(
- "exhibition/show/<int:pk>/<datetime:date>/",
+ "exhibition/show/<int:pk>/<date>/",
views.show_exhibition,
name="exhibition-show-historized",
),
path(
- "exhibition/revert/<int:pk>/<datetime:date>/",
+ "exhibition/revert/<int:pk>/<date>/",
views.revert_exhibition,
name="exhibition-revert"
),