diff --git a/.env.example b/.env.example index d11cfce..d48f03c 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,7 @@ ODOO_USERNAME=CHANGEME ODOO_PASSWORD=CHANGEME BROKER_USERNAME=broker BROKER_PASSWORD=CHANGEME +CSP_CALCULATOR_PASSWORD=servala2025 ALLOWED_HOSTS=localhost,127.0.0.1 SECRET_KEY="django-insecure-CHANGEME" ODOO_LEAD_CAMPAIGN_ID=6 diff --git a/hub/services/templates/calculator/password_form.html b/hub/services/templates/calculator/password_form.html index 71f51f8..1b86f8b 100644 --- a/hub/services/templates/calculator/password_form.html +++ b/hub/services/templates/calculator/password_form.html @@ -17,12 +17,13 @@ {% if messages %} {% for message in messages %} -
The calculator is temporarily unavailable due to configuration issues.
+ Return to Homepage +