# HG changeset patch # User Brian Neal # Date 1285110516 0 # Node ID f9a9b4014d5bb359bf85c217a5439333c25f1ccc # Parent 6e7e84707e7d91e049d45657553f2d4398ed5726 Fix #111: some shoutbox templates still using old non-GET pagination scheme. diff -r 6e7e84707e7d -r f9a9b4014d5b gpp/templates/shoutbox/missing_shout.html --- a/gpp/templates/shoutbox/missing_shout.html Tue Sep 21 01:16:02 2010 +0000 +++ b/gpp/templates/shoutbox/missing_shout.html Tue Sep 21 23:08:36 2010 +0000 @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %}Shout Not Found{% endblock %} {% block content %} - +

Shout Not Found

We're sorry, it looks like that shout no longer exists.

{% endblock %} diff -r 6e7e84707e7d -r f9a9b4014d5b gpp/templates/shoutbox/view_shout.html --- a/gpp/templates/shoutbox/view_shout.html Tue Sep 21 01:16:02 2010 +0000 +++ b/gpp/templates/shoutbox/view_shout.html Tue Sep 21 23:08:36 2010 +0000 @@ -9,7 +9,7 @@ {% endblock %} {% block title %}Shout #{{ shout.id }}{% endblock %} {% block content %} - +

Shout #{{ shout.id }}