From f9d910efd73e3279941a11fd63ddcec77c55fdb7 Mon Sep 17 00:00:00 2001 From: Montana Date: Tue, 16 Oct 2018 16:45:13 -0400 Subject: [PATCH] Fix new lines --- atst/forms/data.py | 2 +- templates/workspaces/members/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/forms/data.py b/atst/forms/data.py index 7755c3a3..f5757233 100644 --- a/atst/forms/data.py +++ b/atst/forms/data.py @@ -157,7 +157,7 @@ ENVIRONMENT_ROLES = [ ENV_ROLE_MODAL_DESCRIPTION = { "header": "Assign Environment Role", - "body": "An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.\n\nA member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.", + "body": "An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.

A member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.", } FUNDING_TYPES = [ diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index 29246c45..bdcac597 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -82,7 +82,7 @@
{% if env_role_modal_description %}

{{ env_role_modal_description.header }}

-

{{ env_role_modal_description.body }}

+

{{ env_role_modal_description.body | safe }}

{% endif %}