devinshende / challenge-tracker

Website to track challenge times for obstacles at nwninjapark in springfield, OR
https://ninjapark-tracker.herokuapp.com
1 stars 0 forks source link

refactor code in views to pass in user=user to all render templates #42

Closed devinshende closed 5 years ago

devinshende commented 5 years ago

then in the jinja2 template, don't use the kwarg first_name, instead call user.first_name. This is necessary for loading profile pictures