2343: "Expand All" button uses hardcoded URL for icon

chris.t*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Nov. 4, 2011
What version are you running?
1.6.1

What's the URL of the page containing the problem?
http://genenews.dyndns.org/rb/r/2/

What steps will reproduce the problem?
1. Look at "Expand All" button
2. Inspect source for relevant template (reviews/review_detail.html)
3. Observe the following code: 

{% if entries %}
 <li>
  <img width="14" height="14" border="0" alt="" src="/media/rb/images/expand.png">
  <a href="#" id="expand-all">{% trans "Expand All" %}</a>
 </li>
{% endif %}


What is the expected output? What do you see instead?
Should see {{ MEDIA_URL }} or some such instead of /media/

What operating system are you using? What browser?
Doesn't matter.

Please provide any additional information below.
david
#1 david
Fixed in release-1.6.x (962968b)
  • +Fixed