Files
atst/templates/portfolios/task_orders/show.html
2019-01-14 16:00:17 -05:00

8 lines
126 B
HTML

{% extends "portfolios/base.html" %}
{% block portfolio_content %}
You're looking at TO {{ task_order.id }}
{% endblock %}