academind / django-practical-guide-course-code

This repository holds the source code snapshots for our "Django - The Practical Guide" course (https://acad.link/django)
314 stars 511 forks source link

Hardcoded location value in multiple branches #7

Open pmpc94 opened 1 year ago

pmpc94 commented 1 year ago

in 'meetups/templates/meetups/index.html' the location value is hardcoded with 'New York' instead of using the item's value.

I created one PR: https://github.com/academind/django-practical-guide-course-code/pull/6 but this happens in multiple branches prior to this final one