Revert " Add shortlinks for govplan updates"

This reverts commit fc64045cde.
This commit is contained in:
Karl Engelhardt 2022-04-28 16:10:26 +02:00
parent fc64045cde
commit 8b9710a452
3 changed files with 1 additions and 26 deletions

View file

@ -8,7 +8,6 @@ from .views import (
GovPlanSectionDetailOGView,
GovPlanSectionDetailView,
search,
update_shortlink,
)
app_name = "govplan"
@ -40,9 +39,4 @@ urlpatterns = [
GovPlanSectionDetailOGView.as_view(),
name="section_og",
),
path(
pgettext_lazy("url part", "<slug:gov>/u/<int:obj_id>/"),
update_shortlink,
name="planupdate_shortlink",
),
]