Mercurial > public > sg101
view gpp/templates/shoutbox/missing_shout.html @ 521:dd14ab08a9c4
Use a case-insensitive sort for the who's online list. Clarify the max users statistic wording.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 17 Dec 2011 23:43:00 +0000 |
parents | daa2916f5b34 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load url from future %} {% block title %}Shout Not Found{% endblock %} {% block content %} <div class="breadcrumbs"><a href="{% url 'shoutbox-history' %}">Shoutbox History</a> » Shout Not Found</div> <h2>Shout Not Found</h2> <p>We're sorry, it looks like that shout no longer exists.</p> {% endblock %}