fixed a bug of misused function call

Change-Id: I05535a12575c24fc77c17bd843068d9fa014277a
This commit is contained in:
Evgeny Fadeev 2013-10-21 16:53:17 -03:00
parent f675f9dc78
commit 4000b7e2ef
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ under the License.
<li>
<a class="user-micro-info"
href="{{user.get_absolute_url()}}#badges"
><span title="{{user.get_badge_summary}}">{% trans %}badges:{% endtrans %}
><span title="{{user.get_badge_summary()}}">{% trans %}badges:{% endtrans %}
{% if user.gold %}
<span class='badge1'>&#9679;</span>
<span class="badgecount">{{user.gold}}</span>