diff options
| 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 |
| commit | 709e04d3239ea3a131912f1fc92dba67585079d1 (patch) | |
| tree | cbea055aa17e949e0ca6a646a6b63454b3349429 | |
| parent | 1a1976d1d67ecb0115e25c5f9e7cfd0327743ac3 (diff) | |
| download | Ishtar-709e04d3239ea3a131912f1fc92dba67585079d1.tar.bz2 Ishtar-709e04d3239ea3a131912f1fc92dba67585079d1.zip | |
🐛 exhibition sheet: fix history links
| -rw-r--r-- | archaeological_finds/urls.py | 4 |
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" ), |
