Merge pull request #918 from dod-ccpo/remove-task-order-scss

Remove unused task order scss
This commit is contained in:
George Drummond
2019-06-13 16:50:47 -04:00
committed by GitHub
2 changed files with 0 additions and 511 deletions

View File

@@ -1,11 +0,0 @@
{% macro ReviewField(heading, field, filter=None) %}
<div class="col col--grow panel__body">
<h4 class='task-order-form__heading'>{{ heading }}</h4>
{% if field %}
<p>{{ field | findFilter(filter) }}</p>
{% endif %}
{% if caller %}
{{ caller() }}
{% endif %}
</div>
{% endmacro %}