diff --git a/app/templates/views/add-service.html b/app/templates/views/add-service.html
index aba589e37..53ef275b8 100644
--- a/app/templates/views/add-service.html
+++ b/app/templates/views/add-service.html
@@ -18,9 +18,11 @@
{{ form.name(param_extensions={"hint": {"text": "You can change this later"}}) }}
- {% if not default_organization_type %}
+
+
{{ form.organization_type }}
- {% endif %}
+
{{ page_footer('Add service') }}