forked from DGNum/gestioCOF
assumons le pep8
This commit is contained in:
parent
aa95263fc9
commit
4c32ba6307
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class TokenForm(forms.Form):
|
|||
class SpectacleModelChoiceField(forms.ModelChoiceField):
|
||||
def label_from_instance(self, obj):
|
||||
return "%s le %s (%s) à %.02f€" % (obj.title, obj.date_no_seconds(),
|
||||
obj.location, obj.price)
|
||||
obj.location, obj.price)
|
||||
|
||||
|
||||
class ResellForm(forms.Form):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue