use full prefix for certifying official in SO review

This commit is contained in:
dandds
2019-02-20 11:37:49 -05:00
parent 4521b7483f
commit 41e715a404
6 changed files with 49 additions and 21 deletions

View File

@@ -22,9 +22,9 @@
{{ form.csrf_token }}
<h3 class="subheading">{{ "task_orders.so_review.certification" | translate }}</h3>
{{ TextInput(form.certifying_official) }}
{{ TextInput(form.co_title) }}
{{ TextInput(form.co_phone, placeholder='(123) 456-7890', validation='usPhone') }}
{{ TextInput(form.co_address, paragraph=True) }}
{{ TextInput(form.certifying_official_title) }}
{{ TextInput(form.certifying_official_phone, placeholder='(123) 456-7890', validation='usPhone') }}
{{ TextInput(form.certifying_official_address, paragraph=True) }}
<hr>