Fix alt text for many tags in the Dashboard.

Review Request #3360 — Created Sept. 28, 2012 and submitted

chipx86
Review Board
2747
reviewboard
Fix alt text for many tags in the Dashboard.

The Dashboard columns were rendering HTML with localized strings being
fed in. These strings used ugettext_lazy, which, when inserted into a
plain string, will basically show a repr() instead of the string
contents.

We now mark these all as unicode strings, which fixes the problem.
Verified that the HTML was correct.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Loading...