Mercurial > public > sg101
view gpp/templates/shoutbox/missing_shout.html @ 275:2b14840cb882
Fixing #127; using jquery cycle plugin to power the home page slideshow.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 27 Sep 2010 03:36:58 +0000 |
parents | f9a9b4014d5b |
children | daa2916f5b34 |
line wrap: on
line source
{% extends 'base.html' %} {% 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 %}