Mercurial > public > sg101
diff gpp/templates/messages/outbox.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 |
line wrap: on
line diff
--- a/gpp/templates/messages/outbox.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/messages/outbox.html Thu Jan 27 02:56:10 2011 +0000 @@ -2,7 +2,7 @@ {% load url from future %} {% block title %}Messages: Outbox{% endblock %} {% block custom_js %} - <script type="text/javascript" src="{{ MEDIA_URL }}js/messages/box.js"></script> + <script type="text/javascript" src="{{ STATIC_URL }}js/box.js"></script> {% endblock %} {% block outbox-class %}class="active"{% endblock %} {% block messages_content %}