more robust channel title building

pull/690/head
Simon 2 months ago
parent b2c1b417e5
commit a72be27982
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -524,7 +524,7 @@ class ChannelIdView(ChannelIdBaseView):
self.context.update(
{
"title": "Channel: " + channel_name,
"title": f"Channel: {channel_name}",
"channel_info": channel_info,
}
)

Loading…
Cancel
Save