python-in-edu
python-in-edu copied to clipboard
Fixed static files path and changed registration form #56 and 59
- Initially, static files weren't getting loaded as STATIC_ROOT and STATICFILES_DIRS were interchanged. These are corrected now.
- Crispy forms were added to the registration form.
- Registration form is changed to show errors in the fields in red color.