Update copy in perms form

This commit is contained in:
leigh-mil
2020-01-06 16:31:33 -05:00
parent 89035c815b
commit abfe8663a1
4 changed files with 22 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
{% macro MemberForm(title=None, next_button=None, previous=True, modal=modal) %}
<div class="member-form">
<hr class="full-width">
{% if title %} <h1>{{ title }}</h1> {% endif %}
{% if title %} <h2>{{ title }}</h2> {% endif %}
{{ caller() }}
</div>

View File

@@ -4,11 +4,7 @@
{% from "components/text_input.html" import TextInput %}
{% macro PermsFields(form, member_role_id=None) %}
<h2>Assign member permissions</h2>
<a class='icon-link'>
{{ Icon('info') }}
{{ "portfolios.admin.permissions_info" | translate }}
</a>
<h2>Set Portfolio Permissions</h2>
<div class="portfolio-perms">
{% if new %}
{% set app_mgmt = form.perms_app_mgmt.name %}