Mercurial > public > sg101
view gpp/templates/irc/irc_block.html @ 373:54cbdef18cf4
Improved the IRC view and block to point to instructions on how to get started with IRC.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Mar 2011 21:50:10 +0000 |
parents | 3cf18e6002dd |
children |
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 %} <p class="centered"><a href="/irc/">Need help getting started?</a></p> {% endblock %}