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

@@ -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" %}