diff options
| -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" ), |
