18 lines
394 B
HTML
18 lines
394 B
HTML
{% extends 'task_orders/_new.html' %}
|
|
|
|
{% from "components/text_input.html" import TextInput %}
|
|
{% from "components/options_input.html" import OptionsInput %}
|
|
{% from "components/date_input.html" import DateInput %}
|
|
|
|
{% block heading %}
|
|
Review & Download
|
|
{% endblock %}
|
|
|
|
{% block form %}
|
|
|
|
{% include "fragments/flash.html" %}
|
|
|
|
<a href="#">Download your Task Order Packet.</a>
|
|
|
|
{% endblock %}
|