diff --git a/views/slideshow/contents/edit.jinja.html b/views/slideshow/contents/edit.jinja.html index e0ed24e..7edc989 100644 --- a/views/slideshow/contents/edit.jinja.html +++ b/views/slideshow/contents/edit.jinja.html @@ -77,7 +77,10 @@ {% endif %}
- + {% if content.type == enum_content_type.EXTERNAL_STORAGE %} + + {% endif %} + {% set location = content.location %} {% if content.type == enum_content_type.YOUTUBE %} {% set location = 'https://www.youtube.com/watch?v=' ~ content.location %}