From 94004f13de34fdc0f77ff81690d596234c4202e2 Mon Sep 17 00:00:00 2001 From: Florian Knappers <73856313+JJFlorian@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:54:04 +0200 Subject: [PATCH] GMW template to construction specific (#46) --- ...registration_GMW.html => registration_GMW_Construction.html} | 0 api/choices.py | 2 +- brostar_api/settings.py | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename api/bro_upload/templates/{registration_GMW.html => registration_GMW_Construction.html} (100%) diff --git a/api/bro_upload/templates/registration_GMW.html b/api/bro_upload/templates/registration_GMW_Construction.html similarity index 100% rename from api/bro_upload/templates/registration_GMW.html rename to api/bro_upload/templates/registration_GMW_Construction.html diff --git a/api/choices.py b/api/choices.py index 605cbd8..75c8119 100644 --- a/api/choices.py +++ b/api/choices.py @@ -19,7 +19,7 @@ ("GMN_MeasuringPointEndDate", "GMN_MeasuringPointEndDate"), ("GMN_TubeReference", "GMN_TubeReference"), ("GMN_Closure", "GMN_Closure"), - ("GMW", "GWM"), + ("GMW_Construction", "GMW_Construction"), ] REQUEST_TYPE_OPTIONS = [ diff --git a/brostar_api/settings.py b/brostar_api/settings.py index 122fa69..deec15e 100644 --- a/brostar_api/settings.py +++ b/brostar_api/settings.py @@ -225,4 +225,3 @@ else: BRO_UITGIFTE_SERVICE_URL = "https://publiek.broservices.nl" BRONHOUDERSPORTAAL_URL = "https://bronhouderportaal-bro.nl" - # BRONHOUDERSPORTAAL_URL = "https://www.bronhouderportaal-bro.nl"