Commit be2c77db authored by Michal Čihař's avatar Michal Čihař

Add RSS feed to generic changes as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7c0238eb
......@@ -93,6 +93,9 @@ class ChangesView(ListView):
if self.glossary:
url['glossary'] = 1
if len(url) == 0:
context['changes_rss'] = reverse('rss')
context['query_string'] = urlencode(url)
return context
......
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