comparison gpp/templates/shoutbox/view_shout.html @ 258:f9a9b4014d5b

Fix #111: some shoutbox templates still using old non-GET pagination scheme.
author Brian Neal <bgneal@gmail.com>
date Tue, 21 Sep 2010 23:08:36 +0000
parents 777451a98f9d
children daa2916f5b34
comparison
equal deleted inserted replaced
257:6e7e84707e7d 258:f9a9b4014d5b
7 {% script_tags "jquery-jeditable" %} 7 {% script_tags "jquery-jeditable" %}
8 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox_app.js"></script> 8 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox_app.js"></script>
9 {% endblock %} 9 {% endblock %}
10 {% block title %}Shout #{{ shout.id }}{% endblock %} 10 {% block title %}Shout #{{ shout.id }}{% endblock %}
11 {% block content %} 11 {% block content %}
12 <div class="breadcrumbs"><a href="{% url shoutbox-history page=1 %}">Shoutbox History</a> &raquo; Shout #{{ shout.id }}</div> 12 <div class="breadcrumbs"><a href="{% url shoutbox-history %}">Shoutbox History</a> &raquo; Shout #{{ shout.id }}</div>
13 <h2>Shout #{{ shout.id }}</h2> 13 <h2>Shout #{{ shout.id }}</h2>
14 <div class="shoutbox-history"> 14 <div class="shoutbox-history">
15 <table> 15 <table>
16 {% include "shoutbox/shout_detail.html" %} 16 {% include "shoutbox/shout_detail.html" %}
17 </table> 17 </table>