From 99e60b7587a33cc9dea44d7408aff7dd6cc4009d Mon Sep 17 00:00:00 2001 From: lxf Date: Fri, 3 May 2019 17:38:32 +0000 Subject: fixed bug in RSS builder --- app/builder/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/builder/views.py') diff --git a/app/builder/views.py b/app/builder/views.py index 3c63b00..0478eb9 100644 --- a/app/builder/views.py +++ b/app/builder/views.py @@ -24,7 +24,7 @@ def do_build(request): context = {'message': 'Writing Sitemap to Disk'} j = BuildSitemap("blog", "Entry") j.build() - if section == 'rss': + if section == 'buildrss': context = {'message': 'Writing RSS feed to Disk'} j = BuildRSS("blog", "Entry") j.build() -- cgit v1.2.3-70-g09d2