Comment blog templatetags calls

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40266
This commit is contained in:
Matias Aguirre 2008-09-19 19:57:45 +00:00
parent d3f66b7d39
commit e985b6c368
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
</div>
{% endif %}
{% comment %}
{% load lastblogentry %}
{% get_latest_blog_entries 2 as entries %}
@ -49,6 +50,7 @@
{% endfor %}
</div>
{% endif %}
{% endcomment %}
</div>
</div>
{% endblock %}