summaryrefslogtreecommitdiff
path: root/program/templates/v2/host_detail.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-10 16:12:17 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-10 16:12:17 (GMT)
commit6ae0dfcd8caa8225cc196abda79c0275cf2e41c3 (patch)
tree8903f878fc9ed60f72c66396ee6024500cce92f5 /program/templates/v2/host_detail.html
parent8c09d6f7c5d114c4ab381025025583293280abf3 (diff)
parent79ac160f239937bb4beb982e2cab2020d4eac9d1 (diff)
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/host_detail.html')
-rw-r--r--program/templates/v2/host_detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/templates/v2/host_detail.html b/program/templates/v2/host_detail.html
index 792a0a3..0dff882 100644
--- a/program/templates/v2/host_detail.html
+++ b/program/templates/v2/host_detail.html
@@ -5,12 +5,12 @@
<body>
<div id="content-main" class="host-detail">
- <div id="name">{{ host.name }}</div>
+ <h1>{{ host.name }}</h1>
<div id="shows">
<div id="shows-title">Sendungen</div>
{% for show in host.active_shows %}
- <div class="show {{ show.broadcastformat.slug }}"><a href="/program/shows/{{ show.slug }}"> {{ show.name }}</a></div>
+ <div class="show bf-{{ show.broadcastformat.slug }}"><a href="/program/shows/{{ show.slug }}"> {{ show.name }}</a></div>
{% endfor %}
</div>
{% if host.email %}