Revert "fix a straggler stats url"

This reverts commit 8eab0a2431.
This commit is contained in:
Matt Claypotch 2011-10-27 14:11:16 -07:00
Родитель 10d4262fdf
Коммит a2147df5e5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -25,7 +25,7 @@ def report_menu(context, request, addon, report):
'children': [
{
'name': 'sources',
'url': 'downloads/sources/',
'url': '/downloads/sources/',
'title': _('by Source'),
},
]