diff --git a/.secrets.baseline b/.secrets.baseline index bc5bea51..87e6414b 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "^.secrets.baseline$", "lines": null }, - "generated_at": "2019-10-02T23:24:50Z", + "generated_at": "2019-10-03T14:34:50Z", "plugins_used": [ { "base64_limit": 4.5, diff --git a/js/test_templates/to_form.html b/js/test_templates/to_form.html index 2874d6e4..b010377d 100644 --- a/js/test_templates/to_form.html +++ b/js/test_templates/to_form.html @@ -23,9 +23,13 @@ -
+
{{ TextInput(form.description, paragraph=True, optional=True) }} diff --git a/templates/applications/new/step_2.html b/templates/applications/new/step_2.html index 75b5f280..3f876b46 100644 --- a/templates/applications/new/step_2.html +++ b/templates/applications/new/step_2.html @@ -20,7 +20,7 @@

{{ 'portfolios.applications.new.step_2_description' | translate }}

-
+
{{ 'portfolios.applications.environments_heading' | translate }}
diff --git a/templates/applications/new/step_3.html b/templates/applications/new/step_3.html index 7c1d6b6b..783af8d3 100644 --- a/templates/applications/new/step_3.html +++ b/templates/applications/new/step_3.html @@ -15,8 +15,8 @@

{{ ('portfolios.applications.new.step_3_description' | translate) }}

-
- +
+ {{ MemberManagementTemplate( application, members, diff --git a/templates/applications/settings.html b/templates/applications/settings.html index 0114c4b1..362d4e7b 100644 --- a/templates/applications/settings.html +++ b/templates/applications/settings.html @@ -6,7 +6,6 @@ {% import "applications/fragments/new_member_modal_content.html" as member_steps %} {% from "fragments/members.html" import MemberManagementTemplate %} {% from "components/modal.html" import Modal %} -{% from "components/multi_step_modal_form.html" import MultiStepModalForm %} {% from "components/pagination.html" import Pagination %} {% from "components/save_button.html" import SaveButton %} {% from "components/text_input.html" import TextInput %} @@ -219,7 +218,7 @@ {% call Modal(name="delete-application") %}

{{ "portfolios.applications.delete.header" | translate }}

- +
{{ Alert( title=("components.modal.destructive_title" | translate), diff --git a/templates/ccpo/users.html b/templates/ccpo/users.html index f5ea52a8..c5c8cc3b 100644 --- a/templates/ccpo/users.html +++ b/templates/ccpo/users.html @@ -59,6 +59,8 @@ {% for user, form in users_info %} {% set modal_id = "disable_ccpo_user_{}".format(user.dod_id) %} {% call Modal(name=modal_id) %} +

Disable CCPO User

+
{{ Alert( title=("components.modal.destructive_title" | translate), diff --git a/templates/components/delete_confirmation.html b/templates/components/delete_confirmation.html index 3c76ba22..525de71d 100644 --- a/templates/components/delete_confirmation.html +++ b/templates/components/delete_confirmation.html @@ -16,9 +16,7 @@ {{ delete_text }}
- + {{ "common.cancel" | translate }}
diff --git a/templates/components/modal.html b/templates/components/modal.html index fee30067..04821261 100644 --- a/templates/components/modal.html +++ b/templates/components/modal.html @@ -6,14 +6,16 @@