From d7a8631176b442d25bd67a5bef8f2329c094dc1b Mon Sep 17 00:00:00 2001 From: adrian-turjak Date: Wed, 31 May 2017 17:38:24 +1200 Subject: [PATCH] Remove Catalyst specific line from templates. * Leftovers from the split into a plugin. Change-Id: I834b686f9c280a95380378ea49e703a884866d64 --- .../content/project_users/templates/project_users/_invite.html | 2 -- .../content/project_users/templates/project_users/_update.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/adjutant_ui/content/project_users/templates/project_users/_invite.html b/adjutant_ui/content/project_users/templates/project_users/_invite.html index 2244232..6f503fb 100644 --- a/adjutant_ui/content/project_users/templates/project_users/_invite.html +++ b/adjutant_ui/content/project_users/templates/project_users/_invite.html @@ -19,7 +19,6 @@

{% trans "The “Project Admin” role allows users to have full control over your project, including adding moderators and inviting other people to join it." %}

{% trans "The “Project Moderator” role can invite other people to join your project and update their roles, but cannot change the project admin." %}

{% trans "The “Project Member” role gives people access to all services on your project, but does not allow them to invite other people to join the project or update roles." %}

-

{% trans "For other roles or more information about access control, please refer to the access control section of the Catalyst Cloud documentation." %}

{% endblock %} @@ -27,4 +26,3 @@ {% trans "Cancel" %} {% endblock %} - diff --git a/adjutant_ui/content/project_users/templates/project_users/_update.html b/adjutant_ui/content/project_users/templates/project_users/_update.html index a575ed0..dba59de 100644 --- a/adjutant_ui/content/project_users/templates/project_users/_update.html +++ b/adjutant_ui/content/project_users/templates/project_users/_update.html @@ -18,7 +18,6 @@

{% trans "The “Project Admin” role allows users to have full control over your project, including adding moderators and inviting other people to join it." %}

{% trans "The “Project Moderator” role can invite other people to join your project and update their roles, but cannot change the project admin." %}

{% trans "The “Project Member” role gives people access to all services on your project, but does not allow them to invite other people to join the project or update roles." %}

-

{% trans "For other roles or more information about access control, please refer to the access control section of the Catalyst Cloud documentation." %}

{% endblock %} @@ -26,4 +25,3 @@ {% trans "Cancel" %} {% endblock %} -