Fix new lines

This commit is contained in:
Montana 2018-10-16 16:45:13 -04:00
parent a50c3d92f9
commit f9d910efd7
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ ENVIRONMENT_ROLES = [
ENV_ROLE_MODAL_DESCRIPTION = { ENV_ROLE_MODAL_DESCRIPTION = {
"header": "Assign Environment Role", "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.<br/><br/>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 = [ FUNDING_TYPES = [

View File

@ -82,7 +82,7 @@
<div> <div>
{% if env_role_modal_description %} {% if env_role_modal_description %}
<h1>{{ env_role_modal_description.header }}</h1> <h1>{{ env_role_modal_description.header }}</h1>
<p>{{ env_role_modal_description.body }}</p> <p>{{ env_role_modal_description.body | safe }}</p>
{% endif %} {% endif %}
</div> </div>
</div> </div>