diff --git a/back/backend/policy.py b/back/backend/policy.py index 98bb734..c648149 100644 --- a/back/backend/policy.py +++ b/back/backend/policy.py @@ -124,7 +124,8 @@ pol.add_section(transport_section) #### Section 4 per_diem_section = Section( title="Per Diem", - html_description="
Enter info about meals and incidentals here.\nPer diem rates can be found at
", + html_description="Enter info about meals and incidentals here.\nPer diem rates can be found at " + "this link
", fields={ "duration": {"label": "How many days was your trip?", "type": "decimal"}, "rate": {"label": "What is the per diem rate for your destination?", "type": "decimal"},