section 4 per diem link
This commit is contained in:
parent
7c1c41e828
commit
26aa235612
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ pol.add_section(transport_section)
|
|||
#### Section 4
|
||||
per_diem_section = Section(
|
||||
title="Per Diem",
|
||||
html_description="<p>Enter info about meals and incidentals here.\nPer diem rates can be found at <a href='https://www.gsa.gov/travel/plan-book/per-diem-rates'></a></p>",
|
||||
html_description="<p>Enter info about meals and incidentals here.\nPer diem rates can be found at "
|
||||
"<a href='https://www.gsa.gov/travel/plan-book/per-diem-rates'>this link</a></p>",
|
||||
fields={
|
||||
"duration": {"label": "How many days was your trip?", "type": "decimal"},
|
||||
"rate": {"label": "What is the per diem rate for your destination?", "type": "decimal"},
|
||||
|
|
Loading…
Reference in a new issue