Fix category dropdown
This commit is contained in:
@@ -115,7 +115,7 @@ def category(category_id: str) -> str:
|
|||||||
description=the_category['long_description'],
|
description=the_category['long_description'],
|
||||||
page_title=f'{the_category["title"]} - ',
|
page_title=f'{the_category["title"]} - ',
|
||||||
all_categories=categories,
|
all_categories=categories,
|
||||||
current_category=category)
|
current_category=category_id)
|
||||||
|
|
||||||
@app.route('/projects/<article_id>')
|
@app.route('/projects/<article_id>')
|
||||||
def article(article_id: str) -> str:
|
def article(article_id: str) -> str:
|
||||||
|
Reference in New Issue
Block a user