Hiding the addon type in breadcrumbs.

This commit is contained in:
Dave Dash 2010-04-27 20:37:55 -07:00
Родитель 3adbf484e0
Коммит 870e77ec5a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -5,7 +5,8 @@
{% block bodyclass %}inverse{% endblock %}
{% block content %}
{{ breadcrumbs([(addon.type.get_url_path(), amo.ADDON_TYPES[addon.type_id])]) }}
{{ breadcrumbs() }}
{# TODO: Replace above line with this --> once we serve the extension home. { breadcrumbs([(addon.type.get_url_path(), amo.ADDON_TYPES[addon.type_id])]) } #}
{% set version = addon.current_version %}
{% set previews = addon.previews.all() %}