- 02 May, 2023 2 commits
-
-
Almira Redoble authored
After resolving conflict within group, implemented project-level template base.html. Started to adapt dashboard templates to new base.html.
-
Almira Redoble authored
Implemented per widget user details page. To do this, a class-based view that inherited from DetailView was made. The url for this view was then configured in urls.py, and a template was made for the page.
-
- 01 May, 2023 1 commit
-
-
Almira Redoble authored
Implemented dashboard page. This includes modifying views.py and moving the index view's contents into dashboard.html, a newly-created template for the implementation. Additionally, base.html, the app-level base template, was created.
-