Update new application page to use new template

This commit is contained in:
Patrick Smith
2019-02-10 12:40:46 -05:00
parent c361b8cc2c
commit 32583689fc
3 changed files with 11 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
{% set secondary_breadcrumb = application.name + ' Application Settings' %}
{% block portfolio_content %}
{% block application_content %}
<form method="POST" action="{{ url_for('portfolios.edit_application', portfolio_id=portfolio.id, application_id=application.id) }}">