Commit 3db75f9e authored by Michal Čihař's avatar Michal Čihař

Do not override translation URL with language one

Fixes rb#203
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b6364eaa
......@@ -82,6 +82,7 @@ class ChangesView(ListView):
if self.language is not None:
url['lang'] = self.language.code
if 'changes_rss' not in context:
context['changes_rss'] = reverse(
'rss-language',
kwargs=url,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment