comment out padma embed in template

This commit is contained in:
Sanj 2012-04-09 04:24:00 +05:30
parent ca48b99718
commit 58fe3f0ca0

View File

@ -99,7 +99,7 @@
{% endfor %}
</span>
&nbsp;&nbsp; {{ 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>