Mercurial > public > sg101
comparison gpp/templates/shoutbox/shoutbox.html @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | daa2916f5b34 |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
24 <br /> | 24 <br /> |
25 <input id="shoutbox-submit" type="submit" value="Shout" /> | 25 <input id="shoutbox-submit" type="submit" value="Shout" /> |
26 <input id="shoutbox-smilies" type="button" value="Smilies" /> | 26 <input id="shoutbox-smilies" type="button" value="Smilies" /> |
27 </div> | 27 </div> |
28 <div id="shoutbox-smiley-frame" style="display:none;"> | 28 <div id="shoutbox-smiley-frame" style="display:none;"> |
29 <img id="shoutbox-busy-icon" src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Please wait" /> | 29 <img id="shoutbox-busy-icon" src="{{ STATIC_URL }}icons/ajax_busy.gif" alt="Please wait" /> |
30 </div> | 30 </div> |
31 </center> | 31 </center> |
32 {% else %} | 32 {% else %} |
33 <p> | 33 <p> |
34 Please <a href="{% url 'accounts-login' %}">login</a> or | 34 Please <a href="{% url 'accounts-login' %}">login</a> or |