Add flatpage URL for /issues/
Jira has been decommissioned and replaced with a flatpage
This commit is contained in:
parent
7c57b4cc94
commit
11c04df074
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ urlpatterns = [
|
|||
path("contact/", include("contact_form.urls")),
|
||||
path("impressum/", views.flatpage, {"url": "/impressum/"}, name="imprint"),
|
||||
path("datenschutz/", views.flatpage, {"url": "/datenschutz/"}, name="privacy"),
|
||||
path("issues/", views.flatpage, {"url": "/issues/"}, name="support"),
|
||||
]
|
||||
|
||||
# Uncomment the next line to serve media files in dev.
|
||||
|
|
Loading…
Reference in a new issue