From 9fc669d9d2353881449b16a387438fcc43f6d8da Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 Aug 2025 14:57:02 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20CEA1=20registration=20externa?= =?UTF-8?q?l=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New external page accessible at /cea1/ - JotForm integration: https://agent.jotform.com/0198b221344f78088bfc6fc6598d649db6e5 - Uses iframe template for full-screen experience - Automatically works with existing CSP and security settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- core/views.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/views.py b/core/views.py index 98e4307..6de1006 100644 --- a/core/views.py +++ b/core/views.py @@ -298,6 +298,12 @@ EXTERNAL_PAGES = { 'external_url': 'https://agent.jotform.com/0198a8860b46796895f2a40367a6cea4df0c', 'template': 'iframe', }, + 'cea1': { + 'title': 'CEA1 Registration', + 'description': 'Access CEA1 registration form', + 'external_url': 'https://agent.jotform.com/0198b221344f78088bfc6fc6598d649db6e5', + 'template': 'iframe', + }, 'demo-form': { 'title': 'Product Demo Request', 'description': 'Schedule a personalized demo of our platform',