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 @@
- + Create new service - + Add org admin
- {% if show_create_service and create_service_form %} + {% if create_service_form %}

Create a new service

- {{ create_service_form.name(param_extensions={"hint": {"text": "You can change this later"}}) }} @@ -86,13 +85,12 @@
{% endif %} - {% if show_invite_user and invite_user_form %} + {% if invite_user_form %}

Invite a team member

{{ current_org.name }} team members can see usage and team members for each service, and invite other team members.

- {{ invite_user_form.email_address(param_extensions={"classes": ""}, error_message_with_html=True) }} @@ -104,6 +102,46 @@
{% endif %} + {% if edit_service_data %} +
+

Edit Service

+ + + +
+ + +
+ +
+ + +
+ +
+ Service Status +
+ + +
+
+ + +
+
+ +
+ + Cancel +
+ +
+ {% endif %} +