Add rudimentary task order listing and viewing pages
This commit is contained in:
7
templates/workspaces/task_orders/show.html
Normal file
7
templates/workspaces/task_orders/show.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "workspaces/base.html" %}
|
||||
|
||||
{% block workspace_content %}
|
||||
|
||||
You're looking at TO {{ task_order.id }}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user