Explicitly set secondary breadcrumbs

This commit is contained in:
Patrick Smith
2019-02-07 07:48:41 -05:00
parent be8806877d
commit 45ed8811f7
9 changed files with 15 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% set secondary_breadcrumb = "navigation.portfolio_navigation.breadcrumbs.funding" | translate %}
{% from "components/edit_link.html" import EditLink %}
{% from "components/required_label.html" import RequiredLabel %}
{% from "components/icon.html" import Icon %}