view gpp/templates/shoutbox/missing_shout.html @ 570:0a0a069ab645

For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 May 2012 20:38:17 -0500
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> &raquo; Shout Not Found</div>
<h2>Shout Not Found</h2>
<p>We're sorry, it looks like that shout no longer exists.</p>
{% endblock %}