blu3-bird/Shopping-on-tuesday

Replace Hardcoded Routes with `url_for`

Aperta

#57 aperta il 17 dic 2025

 (2 commenti) (0 reazioni) (0 assegnatari)CSS (16 fork)auto 404
Designdocumentationfrontendhelp wanted🐭good first issue🫎enhancement

Metriche repository

Star
 (5 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor