Mercurial > public > sg101
view gpp/templates/irc/irc_block.html @ 366:5219c7cc5a53
To support #174; add a link to a store flat page on the base template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Mar 2011 19:40:31 +0000 |
parents | 3cf18e6002dd |
children | 54cbdef18cf4 |
line wrap: on
line source
{% extends 'side_block.html' %} {% block block_title %}IRC Status{% endblock %} {% block block_content %} {% if nicks %} <ul> {% for nick in nicks %} <li>{{ nick.name }}</li> {% endfor %} </ul> <p class="centered">Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> {% else %} <p class="centered"><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> {% endif %} {% endblock %}