common_elements.html: Accept missing channel description as blank
This commit is contained in:
parent
b89d90a0d3
commit
728b2b73d4
@ -105,7 +105,7 @@
|
|||||||
<span>{{ info['subscriber_count'] }}</span>
|
<span>{{ info['subscriber_count'] }}</span>
|
||||||
<span>{{ info['size'] }}</span>
|
<span>{{ info['size'] }}</span>
|
||||||
|
|
||||||
<span class="description">{{ text_runs(info['description']) }}</span>
|
<span class="description">{{ text_runs(info.get('description', '')) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
Error: unsupported item type
|
Error: unsupported item type
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user