From 262fa80aef7218fc0eee0476adb39a18f6c098f3 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 01:41:57 +0100 Subject: [PATCH] Add pipeline page and link --- VERSION | 2 +- app/customers/backend/views.py | 6 ++++++ app/customers/frontend/customer_detail.html | 13 ++++++++++++ app/customers/frontend/pipeline.html | 22 +++++++++++++++++++++ app/shared/frontend/base.html | 2 +- 5 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 app/customers/frontend/pipeline.html diff --git a/VERSION b/VERSION index 6b6f988..e4e1e51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.150 \ No newline at end of file +1.3.151 \ No newline at end of file diff --git a/app/customers/backend/views.py b/app/customers/backend/views.py index ff88d7c..8f85e70 100644 --- a/app/customers/backend/views.py +++ b/app/customers/backend/views.py @@ -31,3 +31,9 @@ async def bmc_office_upload_page(request: Request): "customers/frontend/bmc_office_upload.html", {"request": request} ) + + +@router.get("/pipeline", response_class=HTMLResponse) +async def pipeline_page(request: Request): + """Render the pipeline page""" + return templates.TemplateResponse("customers/frontend/pipeline.html", {"request": request}) diff --git a/app/customers/frontend/customer_detail.html b/app/customers/frontend/customer_detail.html index 930b20e..aae38ee 100644 --- a/app/customers/frontend/customer_detail.html +++ b/app/customers/frontend/customer_detail.html @@ -301,6 +301,11 @@ Abonnnents tjek +
  • Webshop Administration
  • -
  • Pipeline
  • +
  • Pipeline