Show defense component on portfolio admin screen

This commit is contained in:
Montana
2019-02-26 11:19:37 -05:00
parent 7ee8858cc7
commit 91db12140e
2 changed files with 24 additions and 0 deletions

View File

@@ -24,6 +24,12 @@
<button type="submit" class="usa-button usa-button-big usa-button-primary" tabindex="0">Save</button>
</div>
</div>
<div class='defense-row'>
<div>
<div class='admin-title'>{{ "forms.task_order.defense_component_label" | translate }}</div>
<div class='admin-content'>{{ portfolio.defense_component }}</div>
</div>
</div>
</form>
{% include "fragments/audit_events_log.html" %}