Updated to use app_slug, not slug for resume step

This commit is contained in:
Rob Hudson 2012-02-23 13:52:45 -08:00
Родитель da78a88925
Коммит bcdca3981a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3,7 +3,7 @@
{% if addon.is_incomplete() %}
{% if check_addon_ownership(request, addon, dev=True) %}
<li>
<a href="{{ url('submit.app.resume', addon.slug) }}" class="tooltip"
<a href="{{ url('submit.app.resume', addon.app_slug) }}" class="tooltip"
title="{{ _("Resume the submission process for this add-on.")}}">
{{ _('Resume') }}</a>
</li>

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

@ -22,7 +22,7 @@
Mozilla Marketplace. You may re-enable it at any time below.") }}
{% elif addon.status == amo.STATUS_NULL %}
{{ status(loc('This app is <b>incomplete</b>.')|safe) }}
<a href="{{ url('submit.app.resume', addon.slug) }}">
<a href="{{ url('submit.app.resume', addon.app_slug) }}">
{{ _('Please complete your app.') -}}
</a>
{% elif addon.status == amo.STATUS_PENDING %}