diff gpp/templates/shoutbox/shoutbox.html @ 13:777451a98f9d

Shoutbox work: shouts now have absolute URLs. Shouts can now be flagged as abuse. Minor tweak to breadcrumbs css. Added flag date to comments admin.
author Brian Neal <bgneal@gmail.com>
date Thu, 16 Apr 2009 02:00:17 +0000
parents f408971657b9
children 48621ba5c385
line wrap: on
line diff
--- a/gpp/templates/shoutbox/shoutbox.html	Wed Apr 15 01:13:17 2009 +0000
+++ b/gpp/templates/shoutbox/shoutbox.html	Thu Apr 16 02:00:17 2009 +0000
@@ -11,7 +11,7 @@
       </p>
    {% endfor %}
 </div>
-<center><a href="{% url shoutbox-view page=1 %}">Shout History</a></center>
+<center><a href="{% url shoutbox-history page=1 %}">Shout History</a></center>
 {% if user.is_authenticated %}
 <center>
 <form action="{% url shoutbox-shout %}" method="post">