Skip to content

Commit

Permalink
Un-linking usernames in mobile reviews (bug 637785)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Mar 1, 2011
1 parent d485c40 commit 12e94c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/reviews/templates/reviews/mobile/review_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>{{ _('Reviews') }}</h2>
<h3>{{ review.title }}</h3>
{% endif %}
{{ review.rating|float|stars }}
{% trans user=review.user|user_link %}
{% trans user=review.user.name %}
by {{ user }}
{% endtrans %}
<p>{{ review.body|nl2br }}</p>
Expand Down

0 comments on commit 12e94c7

Please sign in to comment.