Merge pull request #781 from dod-ccpo/route-rearrange

Route rearrange
This commit is contained in:
dandds
2019-04-22 11:17:15 -04:00
committed by GitHub
62 changed files with 2571 additions and 2743 deletions

View File

@@ -9,7 +9,7 @@
{% if g.matchesPath("portfolio-members") %}
{% include "fragments/flash.html" %}
{% endif %}
<form method='POST' id="member-perms" action='{{ url_for("portfolios.edit_portfolio_members", portfolio_id=portfolio.id) }}' autocomplete="off" enctype="multipart/form-data">
<form method='POST' id="member-perms" action='{{ url_for("portfolios.edit_members", portfolio_id=portfolio.id) }}' autocomplete="off" enctype="multipart/form-data">
{{ member_perms_form.csrf_token }}
<div class='application-list-item'>