comment out background for now
This commit is contained in:
parent
c06436433f
commit
bc7e0c94ed
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ body {
|
|||
</div>
|
||||
|
||||
</div>
|
||||
{% comment %}
|
||||
<div class="video-block">
|
||||
<img src="{{ stream_prefix }}{{ film.items.0.id }}/loop.jpg" class="video-fallback-block">
|
||||
<video
|
||||
|
@ -56,6 +57,7 @@ body {
|
|||
playsinline>
|
||||
</video>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
<div class="summary-block">
|
||||
<p>{{ film.data.summary|safe }}</p>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue