Fix category dropdown

This commit is contained in:
2025-02-16 12:57:37 +00:00
parent 5c5330d93f
commit cb01a25c7d

View File

@@ -115,7 +115,7 @@ def category(category_id: str) -> str:
description=the_category['long_description'],
page_title=f'{the_category["title"]} - ',
all_categories=categories,
current_category=category)
current_category=category_id)
@app.route('/projects/<article_id>')
def article(article_id: str) -> str: