-
Almira Redoble authored
Implemented add new widget user page. Firstly, created forms.py and wrote class UserForm so that css styling can be applied to the form. Forms.py was imported into views.py so that UserForm may be passed into the form_class attribute of the newly created CreateView, UserCreateView. This view was then linked to widgetuser-add.html, which was created afterwards. The appropriate path was added to urls.py.
39e509fa