Fix styling on member forms.

Include flash message when portfolio manager is added.
Fix submit button text
This commit is contained in:
leigh-mil
2020-01-06 16:40:50 -05:00
parent abfe8663a1
commit a6fcd0c76f
3 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
{{ StickyCTA(text="Settings") }}
<div v-cloak class="portfolio-admin">
{% include "fragments/flash.html" %}
<!-- max width of this section is 460px -->
<section class="form-container__half">
<h3>Portfolio name and component</h3>

View File

@@ -72,7 +72,7 @@
member_form.SubmitStep(
name=new_manager_modal,
form=member_form_fields.PermsFields(new_manager_form),
submit_text="Invite member",
submit_text="Add Mananger",
modal=new_manager_modal_name,
)
],