Designdocumentationfrontendhelp wanted🐭good first issue🫎enhancement
仓库指标
- 星标
- (5 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Replace Hardcoded Routes with url_for
Description
Some routes in the templates are hardcoded (e.g. /products). Replace them using Flask’s url_for().
Tasks
- Find hardcoded URLs in templates
- Replace them with
url_for() - Verify navigation still works
Difficulty: Easy
Labels: good first issue, jinja