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>