blu3-bird/Shopping-on-tuesday

Replace Hardcoded Routes with `url_for`

开放

#57 创建于 2025年12月17日

 (2 条评论) (0 个反应) (0 位负责人)CSS (16 个派生)auto 404
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

贡献者指南