rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

Error in job_detail.html at line 226 #634

Closed bibenga closed 9 months ago

bibenga commented 10 months ago

Hello,

I think that an error present in template job_detail.html at line 226. I guess that line should be without {{ result.Type }} or with {{ result.type }}. The django template rendering failed with error:

error

Thanks.

selwin commented 9 months ago

Fixed in https://github.com/rq/django-rq/pull/639

applecat commented 8 months ago

Is it possible to release a new version with this fix? I have installed 2.10.1 and this error still in it. PS. Thank you for Django RQ!