Add flatpage URL for /issues/

Jira has been decommissioned and replaced with a flatpage
This commit is contained in:
Jan Dittberner 2024-02-11 13:12:54 +01:00
parent 7c57b4cc94
commit 11c04df074
1 changed files with 1 additions and 0 deletions

View File

@ -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.