psf / python-in-edu

website for educational python resources
http://education.python.org/
MIT License
41 stars 28 forks source link

Fixed static files path and changed registration form #56 and 59 #63

Open Nandika-A opened 10 months ago

Nandika-A commented 10 months ago
  1. Initially, static files weren't getting loaded as STATIC_ROOT and STATICFILES_DIRS were interchanged. These are corrected now.
  2. Crispy forms were added to the registration form.
  3. Registration form is changed to show errors in the fields in red color.