blu3-bird/Shopping-on-tuesday

Replace Hardcoded Routes with `url_for`

Open

#57 opened on Dec 17, 2025

 (2 comments) (0 reactions) (0 assignees)CSS (16 forks)auto 404
Designdocumentationfrontendhelp wanted🐭good first issue🫎enhancement

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide