Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fixing broken tests that caught a real error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Jan 27, 2011
1 parent 4d0f9a0 commit 5ec345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/devhub/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def version_add_file(request, addon_id, addon, version_id):
file_form = forms.FileFormSet(prefix='files', queryset=version.files.all())
form = [f for f in file_form.forms if f.instance == new_file]
return jingo.render(request, 'devhub/includes/version_file.html',
{'form': form[0]})
{'form': form[0], 'addon': addon})


@dev_required
Expand Down

0 comments on commit 5ec345b

Please sign in to comment.