diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index 61005dd6ccc505b6d40979c0c9045c7836d0dbe6..ad56d68da29912ce4a3cc2213652b68fa556e727 100644
--- a/program/templates/day_schedule.html
+++ b/program/templates/day_schedule.html
@@ -18,7 +18,7 @@
                 prevText: "Zurück",
                 defaultDate: location.href.split('/').slice(4, 7).join('.'),
                 onSelect: function (dateText, inst) {
-                    location = '/programm/' + dateText.split('.').join('/');
+                    location = '/programm/details/@@proxyview/' + dateText.split('.').join('/');
                 }
             });
         });