blu3-bird/Shopping-on-tuesday

Replace Hardcoded Routes with `url_for`

Offen

#57 geöffnet am 17.12.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)CSS (16 Forks)auto 404
Designdocumentationfrontendhelp wanted🐭good first issue🫎enhancement

Repository-Metriken

Stars
 (5 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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