blu3-bird/Shopping-on-tuesday

Replace Hardcoded Routes with `url_for`

オープン

#57 opened on 2025/12/17

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)CSS (16 件のフォーク)auto 404
Designdocumentationfrontendhelp wanted🐭good first issue🫎enhancement

Repository metrics

Stars
 (5 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド