Skip to content

Commit

Permalink
fix #41 -- tuple error
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosardinepi committed Jan 7, 2017
1 parent 8f98e10 commit efdd434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locations/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ class Meta:
models.World,
models.Location,
extra=0,
fields=('name'),
fields=('name',),
formset=LocationFormSet,
)

0 comments on commit efdd434

Please sign in to comment.