Merge pull request #19 from mstriemer/worldwide-to-restofworld-940561

change worldwide to restofworld
This commit is contained in:
Christopher Van 2014-01-14 10:53:27 -08:00
Родитель 39f4a2eb6c 9b1b613985
Коммит b2587fe4c3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8,8 +8,8 @@
<a href="https://support.mozilla.org/products/firefox-os/marketplace" target="_blank">{{ _('Support') }}</a>
</div>
<div class="language group links">
<a href="/settings" class="region region-{{ user.get_setting('region', 'worldwide') }}">
{{ REGIONS[user.get_setting('region', 'worldwide')] }}</a>
<a href="/settings" class="region region-{{ user.get_setting('region', 'restofworld') }}">
{{ REGIONS[user.get_setting('region', 'restofworld')] }}</a>
<a href="/purchases">{{ _('My Apps') }}</a>
{% if user.get_permission('developer') %}
<a href="/developers/submissions">{{ _('My Submissions') }}</a>