Fixed jquery.cuteform.js and added it to compress settings.
[wolnelektury.git] / templates / catalogue / latest_blog_posts.html
1 <ol>
2 {% for post in posts %}
3     <li><a href="{{ post.link }}">{{ post.title }}</a></li>
4 {% endfor %}
5 </ol>