Update header on application settings page
This commit is contained in:
9
templates/portfolios/applications/base.html
Normal file
9
templates/portfolios/applications/base.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user