Revert "✨ Add shortlinks for govplan updates"
This reverts commit fc64045cde.
This commit is contained in:
parent
fc64045cde
commit
8b9710a452
3 changed files with 1 additions and 26 deletions
|
|
@ -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",
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue