diff --git a/back/backend/policy.py b/back/backend/policy.py index e325284..98bb734 100644 --- a/back/backend/policy.py +++ b/back/backend/policy.py @@ -78,7 +78,7 @@ pol.add_section(flight_section) lodging_section = Section( title="Hotel Info", html_description="

Enter hotel info here.\nPer diem rates can be found at " - "

", + "this link

", fields={ "check-in_date": {"label": "Check-in date", "type": "date"}, "check-out_date": {"label": "Check-out date", "type": "date"}, diff --git a/back/db.sqlite3 b/back/db.sqlite3 index ad50828..5915594 100644 Binary files a/back/db.sqlite3 and b/back/db.sqlite3 differ