Add id to Reporting/App Info on first form page it can be linked to directly

This commit is contained in:
leigh-mil
2019-01-16 11:33:04 -05:00
parent 35636099d2
commit 5289614140
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
<hr>
<h3 class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>
<h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>
{{ OptionsInput(form.app_migration) }}
{{ OptionsInput(form.native_apps) }}
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }}