diff --git a/web/src/utils/mod.rs b/web/src/utils/mod.rs index 35186b29..f0957163 100644 --- a/web/src/utils/mod.rs +++ b/web/src/utils/mod.rs @@ -23,5 +23,5 @@ pub fn get_return_url_for_date(date: &NaiveDate) -> String { return String::from("/"); } - format!("/?date={}", date) + format!("/calendar?date={}", date) } diff --git a/web/templates/availability/new_or_edit.html b/web/templates/availability/new_or_edit.html index a32bbd7e..63497842 100644 --- a/web/templates/availability/new_or_edit.html +++ b/web/templates/availability/new_or_edit.html @@ -111,7 +111,7 @@
- + diff --git a/web/templates/calendar.html b/web/templates/calendar.html index c050e398..51fc55eb 100644 --- a/web/templates/calendar.html +++ b/web/templates/calendar.html @@ -8,7 +8,7 @@