comment out padma embed in template
This commit is contained in:
parent
ca48b99718
commit
58fe3f0ca0
|
@ -99,7 +99,7 @@
|
|||
{% endfor %}
|
||||
</span>
|
||||
{{ talk.title }} by {{ talk.presenter }}
|
||||
|
||||
{% comment %}
|
||||
{% ifnotequal talk.videos.all|length 0 %}
|
||||
<div class="padmaVideos">
|
||||
{% for v in talk.videos.all %}
|
||||
|
@ -107,6 +107,7 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
{% endifnotequal %}
|
||||
{% endcomment %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue
Block a user