summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-06-12 16:02:47 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-06-12 16:02:47 (GMT)
commitc87f9a6cec9a855972c8cdd0841e444bf2cfbef2 (patch)
treed6661c3adc3ea06c43afafa3bb76f75b4bcf7708
parent9971a04b70e013921edbcba5f330aa0d6c464c60 (diff)
don't include the ID in the show detail page
-rw-r--r--program/templates/timeslot_detail.html2
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 }} &mdash; Radio Helsinki - Freies Radio Graz</title>
+ <title>Sendung: {{ timeslot.show.name }} &mdash; Radio Helsinki - Freies Radio Graz</title>
</head>
<body>