Add rudimentary task order listing and viewing pages

This commit is contained in:
Patrick Smith
2019-01-09 10:35:57 -05:00
parent 793622b791
commit 8017b7f03f
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% extends "workspaces/base.html" %}
{% block workspace_content %}
You're looking at TO {{ task_order.id }}
{% endblock %}