Fixed snag.
This commit is contained in:
parent
cf28e5a3f4
commit
48157254c1
@ -128,7 +128,7 @@ def services():
|
|||||||
def main_blog(url=None):
|
def main_blog(url=None):
|
||||||
"""Blog with project news"""
|
"""Blog with project news"""
|
||||||
project_id = current_app.config['MAIN_PROJECT_ID']
|
project_id = current_app.config['MAIN_PROJECT_ID']
|
||||||
return posts_view(project_id, url)
|
return posts_view(project_id, url=url)
|
||||||
|
|
||||||
|
|
||||||
@blueprint.route('/blog/create')
|
@blueprint.route('/blog/create')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user