On my first mezzanine website, I've tried getting the pagination in 
blog_post_list.html to appear on a web page but it doesnt.
The following is a piece of my blog_post_list.html

                {% pagination_for blog_posts %}

                {% if settings.COMMENTS_DISQUS_SHORTNAME %}
                {% include "generic/includes/disqus_counts.html" %}
                {% endif %}
            </div><!-- .content -->
        </div>
    </div>
</section><!-- .main -->
{% endblock %}

I've included pagination.html in
/templates/includes/pagination.html and
templates/blog/includes/ pagination.html

I don't know what I am not doing right. Kindly assist. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to