Add page in example application to show downloadable results
Created by: player1537
- Django Remote Submission version: 0.6.0
- Django version: n/a
- Python version: n/a
- Operating System: n/a
Description
There should be a page in the example application that, for each job, shows the results from that job and the links to download them with.
Per this StackOverflow post, this should be as easy as passing along the result_set to the view for the job-detail view, and then having an <a href="{{ result.url }}">Download</a> in a table or list.