Update header on application settings page

This commit is contained in:
Patrick Smith
2019-02-10 11:44:58 -05:00
parent f80e8aca6c
commit c361b8cc2c
3 changed files with 12 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
{% extends "portfolios/base.html" %}
{% block portfolio_header %}
<div class='portfolio-header'>
<div class='portfolio-header__name'>
{{ secondary_breadcrumb }}
</div>
</div>
{% endblock %}