Files
atst/templates/workspaces/task_orders/show.html
2019-01-09 10:35:57 -05:00

8 lines
126 B
HTML

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