mshappel / cookie_website

Repo for the cookie website
https://www.gsctx-crystalfalls.org/
0 stars 0 forks source link

small fix to clean method in cookie_booth form #94

Closed mshappel closed 2 years ago

mshappel commented 2 years ago

From Django documentation:

The call to super().clean() in the example code ensures that any validation logic in parent classes is maintained. If your form inherits another that doesn’t return a cleaned_data dictionary in its clean() method (doing so is optional), then don’t assign cleaned_data to the result of the super() call and use self.cleaned_data instead:

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cookie-website ✅ Ready (Inspect) Visit Preview Oct 17, 2022 at 5:10PM (UTC)
mshappel commented 2 years ago

Small change, pushing without review