Fix indentation

This commit is contained in:
Roberto Rosario
2014-10-08 18:15:19 -04:00
parent dd0bb485d6
commit 50e143e754

View File

@@ -22,7 +22,7 @@ class MetadataForm(forms.Form):
new_value = val_func(value)
if new_value:
value = new_value
return value
return value
def __init__(self, *args, **kwargs):
super(MetadataForm, self).__init__(*args, **kwargs)