present flash message when new portfolio member is added

This commit is contained in:
dandds
2019-03-26 14:21:52 -04:00
parent 836fdbdcd2
commit c7ac967870
7 changed files with 18 additions and 10 deletions

View File

@@ -1,10 +1,12 @@
{% from "components/icon.html" import Icon %}
{% from "components/options_input.html" import OptionsInput %}
<section class="member-list">
<section class="member-list" id="portfolio-members">
<div class='responsive-table-wrapper panel'>
{% if g.matchesPath("portfolio-members") %}
{% include "fragments/flash.html" %}
{% endif %}
<form method='POST' autocomplete="off" enctype="multipart/form-data">
<div class='member-list-header'>
<div class='left'>
<div class='h3'>{{ "portfolios.admin.portfolio_members_title" | translate }}</div>