Rename route from to be more general

This commit is contained in:
Patrick Smith
2019-01-15 20:43:48 -05:00
parent b2605e3a85
commit b1348b52e5
3 changed files with 4 additions and 4 deletions

View File

@@ -41,8 +41,8 @@
{% endif %}
{{ SidenavItem(
("navigation.portfolio_navigation.task_orders" | translate),
href=url_for("portfolios.portfolio_task_orders", portfolio_id=portfolio.id),
("navigation.portfolio_navigation.portfolio_funding" | translate),
href=url_for("portfolios.portfolio_funding", portfolio_id=portfolio.id),
active=request.url_rule.rule.startswith('/portfolios/<portfolio_id>/task_order'),
subnav=None
) }}