portico: Add End Point Dev case study page.

This commit is contained in:
Alya Abbott
2023-03-21 14:52:04 -07:00
committed by Tim Abbott
parent fd703a9ee4
commit e660ffbe07
4 changed files with 187 additions and 0 deletions

View File

@@ -89,6 +89,11 @@ landing_page_urls = [
landing_view,
{"template_name": "corporate/case-studies/idrift-case-study.html"},
),
path(
"case-studies/end-point/",
landing_view,
{"template_name": "corporate/case-studies/end-point-case-study.html"},
),
path(
"case-studies/tum/",
landing_view,