view gpp/templates/side_block.html @ 384:957955279a15

Fixing #188; improve number of SQL queries for mark all forums read and add the button on the view topics with unread posts view.
author Brian Neal <bgneal@gmail.com>
date Wed, 16 Mar 2011 01:49:10 +0000
parents dbd703f7d63a
children
line wrap: on
line source
<div class="side-block">
<div class="side-block-title">
{% block block_title %}{% endblock %}
</div>
<div class="side-block-content">
{% block block_content %}{% endblock %}
</div>
</div>