Merge branch 'staging' into portfolio-defense-component-bug

This commit is contained in:
leigh-mil
2020-01-06 14:58:48 -05:00
committed by GitHub
5 changed files with 13 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
<tr>
<td>{{ clin.number }}</td>
<td>{{ clin.type }}</td>
<td>{{ "{}".format(clin.jedi_clin_type) | translate}}</td>
<td>{{ "task_orders.review.clins.{}".format(clin.jedi_clin_type) | translate}}</td>
<td>
{{ clin.start_date | formattedDate }} - {{ clin.end_date | formattedDate }}
</td>