Remove Catalyst specific line from templates.

* Leftovers from the split into a plugin.

Change-Id: I834b686f9c280a95380378ea49e703a884866d64
This commit is contained in:
adrian-turjak 2017-05-31 17:38:24 +12:00
parent 6a327f47f7
commit d7a8631176
2 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@
<p>{% trans "The “Project Admin” role allows users to have full control over your project, including adding moderators and inviting other people to join it." %}</p>
<p>{% trans "The “Project Moderator” role can invite other people to join your project and update their roles, but cannot change the project admin." %}</p>
<p>{% 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." %}</p>
<p>{% trans "For other roles or more information about access control, please refer to the <a href=\"http://docs.catalystcloud.io/access-control.html\">access control section of the Catalyst Cloud documentation</a>." %}</p>
</div>
{% endblock %}
@ -27,4 +26,3 @@
<button type="submit" class="btn btn-primary">{% trans "Invite" %}</button>
<a href="{% url 'horizon:management:project_users:index' %}" class="btn btn-default secondary cancel pull-left">{% trans "Cancel" %}</a>
{% endblock %}

View File

@ -18,7 +18,6 @@
<p>{% trans "The “Project Admin” role allows users to have full control over your project, including adding moderators and inviting other people to join it." %}</p>
<p>{% trans "The “Project Moderator” role can invite other people to join your project and update their roles, but cannot change the project admin." %}</p>
<p>{% 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." %}</p>
<p>{% trans "For other roles or more information about access control, please refer to the <a href=\"http://docs.catalystcloud.io/access-control.html\">access control section of the Catalyst Cloud documentation</a>." %}</p>
</div>
{% endblock %}
@ -26,4 +25,3 @@
<button type="submit" class="btn btn-primary">{% trans "Update" %}</button>
<a href="{% url 'horizon:management:project_users:index' %}" class="btn btn-default secondary cancel pull-left">{% trans "Cancel" %}</a>
{% endblock %}