diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-06-13 04:47:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-06-13 04:47:44 (GMT) |
commit | 4313274eeb823448a156cf7891d6eb64efe67c13 (patch) | |
tree | e809273d90a7bfdbb47dd85e4becd215930e1fd5 /program/templates | |
parent | 4e874539b0f7df48bb10bfb2bfc1608e38a5e6a5 (diff) | |
parent | 43889586f9d4be5939b45cd0360081642f5aebb6 (diff) |
Merge branch 'master' into stable
don't display show-id | title everywhere...
Diffstat (limited to 'program/templates')
-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> |