Update new application page to use new template
This commit is contained in:
parent
c361b8cc2c
commit
32583689fc
@ -7,3 +7,9 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block portfolio_content %}
|
||||
<div class='application-content'>
|
||||
{% block application_content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -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) }}">
|
||||
|
||||
|
@ -1,11 +1,13 @@
|
||||
{% extends "portfolios/base.html" %}
|
||||
{% extends "portfolios/applications/base.html" %}
|
||||
|
||||
{% from "components/alert.html" import Alert %}
|
||||
{% from "components/icon.html" import Icon %}
|
||||
{% from "components/modal.html" import Modal %}
|
||||
{% from "components/text_input.html" import TextInput %}
|
||||
|
||||
{% block portfolio_content %}
|
||||
{% set secondary_breadcrumb = 'New Application' %}
|
||||
|
||||
{% block application_content %}
|
||||
|
||||
{% set modalName = "newApplicationConfirmation" %}
|
||||
{% include "fragments/flash.html" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user