Blog section correction RSS
This commit is contained in:
@@ -223,7 +223,7 @@ def viewuser(author):
|
||||
posts=[dict(title=post[0], subtitle=post[1], creation_date=post[2], last_updated=post[3], author=post[4], status=post[5])] + posts
|
||||
|
||||
|
||||
return render_template('index_author_blog.html', section='Blog', posts=posts, author=author)
|
||||
return render_template('index_blog.html', section='Blog', posts=posts, author=author)
|
||||
|
||||
@blog.route('/blog/<author>/rss.xml', methods=['GET'])
|
||||
def viewauthorrss(author):
|
||||
|
||||
Reference in New Issue
Block a user