cmciosu / hemp-db

https://hempdb.vercel.app/
MIT License
1 stars 1 forks source link

[BUG] Display FK Value on Company View #129

Closed paullpp closed 4 months ago

paullpp commented 4 months ago

For the FK fields we currently display the id rather than the value on company_view and company_view_pending. We previously overlooked this because the company is passed to the template as a dict rather than a model object, so we can't directly index it.

Replicate: go to /companies/1, look at Status, Grower, Industry fields