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

貢獻者指南