diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 9cb26ae..4e69322 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -130,6 +130,7 @@ word-wrap: break-word; grid-column: 1 / span 2; grid-row: 7; + padding: 5px; } .music-list{ @@ -294,7 +295,7 @@ - {{ common_elements.text_runs(description) }} + {{ common_elements.text_runs(description)|urlize }}
{% if music_list.__len__() != 0 %}