117
117
can_distribute = forms.BooleanField(label=_('can be freely copied'), required=True,
118
118
error_messages={'required': _('This field must be checked since we need to be able to distribute photos to third parties.')})
121
121
def save(self, user, ip_address, image):
122
122
# Link this file to the user's profile
131
131
class PasswordResetForm(forms.Form):