mirror of https://github.com/scrapy/scrapy.git
Comment blog templatetags calls
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40266
This commit is contained in:
parent
d3f66b7d39
commit
e985b6c368
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue