Mercurial > public > sg101
view gpp/templates/side_block.html @ 493:bdcce55f137e
For #235, some minor news tweaks. The submitted by text is now a link to the author's profile. Only show 1 textarea to the user when submitting a new news story. The admin can paste into the 2nd one if needed.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 22 Oct 2011 00:48:45 +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>