8 lines
126 B
HTML
8 lines
126 B
HTML
{% extends "workspaces/base.html" %}
|
|
|
|
{% block workspace_content %}
|
|
|
|
You're looking at TO {{ task_order.id }}
|
|
|
|
{% endblock %}
|