add subsites
This commit is contained in:
parent
aa8d467b1a
commit
eee8494001
12 changed files with 321 additions and 99 deletions
|
|
@ -6,12 +6,24 @@ from .views import (
|
|||
GovPlanProposeUpdateView,
|
||||
GovPlanSectionDetailView,
|
||||
search,
|
||||
impress,
|
||||
privacy,
|
||||
contact,
|
||||
about,
|
||||
team,
|
||||
support,
|
||||
)
|
||||
|
||||
app_name = "govplan"
|
||||
|
||||
urlpatterns = [
|
||||
path("search/", search, name="search"),
|
||||
path("impress", impress, name="impress"),
|
||||
path("privacy", privacy, name="privacy"),
|
||||
path("contact", contact, name="contact"),
|
||||
path("about", about, name="about"),
|
||||
path("team", team, name="team"),
|
||||
path("support", support, name="support"),
|
||||
path(
|
||||
pgettext_lazy("url part", "<slug:gov>/plan/<slug:plan>/"),
|
||||
GovPlanDetailView.as_view(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue