polish task order forms
This commit is contained in:
17
templates/task_orders/new/review.html
Normal file
17
templates/task_orders/new/review.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user