diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-06-12 16:02:47 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-06-12 16:02:47 (GMT) |
commit | c87f9a6cec9a855972c8cdd0841e444bf2cfbef2 (patch) | |
tree | d6661c3adc3ea06c43afafa3bb76f75b4bcf7708 | |
parent | 9971a04b70e013921edbcba5f330aa0d6c464c60 (diff) |
don't include the ID in the show detail page
-rw-r--r-- | program/templates/timeslot_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html index e0e4e52..cfe2b7b 100644 --- a/program/templates/timeslot_detail.html +++ b/program/templates/timeslot_detail.html @@ -1,6 +1,6 @@ <html> <head> - <title>Sendung: {{ timeslot }} — Radio Helsinki - Freies Radio Graz</title> + <title>Sendung: {{ timeslot.show.name }} — Radio Helsinki - Freies Radio Graz</title> </head> <body> |