Skip to content

Commit

Permalink
xperia: don't be stupid again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexef committed Mar 2, 2014
1 parent a38eeb6 commit 92f296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/xperia/templates/profile/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h4>{% if profile.group %}{% trans 'Group' %}: {% player_group profile.group %}{
<!--<li><a href="#tab-0">{% trans 'Description' %}</a></li>-->
<li><a href="#tab-1">{% trans 'Activity' %}</a></li>
<li><a href="#tab-2">{% trans 'Position' %}</a></li>
<!--<li><a href="#tab-3">{% trans 'Points' %}</a></li>-->
<li><a href="#tab-3">{% trans 'Points' %}</a></li>
</ul>

<div class="tab_container">
Expand Down Expand Up @@ -173,7 +173,7 @@ <h3>{% trans 'Rank' %}</h3>
<div class="subgroups">
{% for source,coins in scoring.iteritems %}
<h3>
{% if source == 'wouso' }
{% if source == 'wouso' %}
woso
{% else %}
{% trans source %}
Expand Down

0 comments on commit 92f296d

Please sign in to comment.