Mercurial > public > sg101
diff gpp/templates/search/search.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 | 879d39647064 |
children | 0c18dfb1da1c |
line wrap: on
line diff
--- a/gpp/templates/search/search.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/search/search.html Thu Jan 27 02:56:10 2011 +0000 @@ -2,7 +2,7 @@ {% load highlight %} {% block title %}Search{% endblock %} {% block content %} -<h2>Search <img src="{{ MEDIA_URL }}icons/magnifier.png" alt="Search" /></h2> +<h2>Search <img src="{{ STATIC_URL }}icons/magnifier.png" alt="Search" /></h2> <form method="get" action="."> <table> <tr>