diff --git a/app/templates/views/organizations/organization/index.html b/app/templates/views/organizations/organization/index.html
index 026588ced..b98a088ba 100644
--- a/app/templates/views/organizations/organization/index.html
+++ b/app/templates/views/organizations/organization/index.html
@@ -59,22 +59,21 @@
- {% if show_create_service and create_service_form %}
+ {% if create_service_form %}
Create a new service
{% endif %}
- {% if show_invite_user and invite_user_form %}
+ {% if invite_user_form %}
{% endif %}
+ {% if edit_service_data %}
+
+ {% endif %}
+