summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
AgeCommit message (Collapse)Author
2020-12-15Add new UI over bootstrapadityacp
2020-10-24Improve lesson statisticsadityacp
2020-01-28Change in views, forms, templates, staticadityacp
- Revamp UI in student dashboard - Fix course form to get bootstrap form class - Add custom css for sidebar in course module page for student - Use django url pattern
2019-01-10Remove duplicate progress bars (Units/Lessons should not have progress bars)ankitjavalkar
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-28Add Switch To buttons in main menu and minor UI changesankitjavalkar
2018-09-26Change templates with new UIShelsy
2018-01-02Changes in views, models, templates and jsadityacp
- Rename learning_type to type in Lesson model - Change error message in views and change redirection - Change templates to rename learning_type to type for unit - Add new dialog for embedding Video URL
2018-01-02Update to latest changesadityacp
2017-12-29Include updted logo on navbarmaheshgudi
2017-12-24Modify Moderator side UImahesh
- Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page
2017-12-24Modify Student side UImahesh
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar
2017-12-19Add Yaksh logo to the websitemahesh
2017-11-20Change in templatesadityacp
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface
2017-10-05Show logged in user info in all templatesadityacp
2017-03-06Display full name of course creator & redirect logout correctlyankitjavalkar
2017-03-01Fix selenium tests:ankitjavalkar
- Fix addition of answer to codemirror using selenium - Add custom exception when selenium fails - Add id to logout button on student interface - Fix imports for Python3 support in load_test.py
2017-02-21Add a new view for logoutankitjavalkar
2017-02-01Forgot Password and Reset Issue Resolvedprathamesh
The problem was: We have included yaksh urls to the project urls with the namespace "yaksh". So whenever we call the url name i.e "yaksh:<url>" a reverse match is made. But for Forgot Password and Change Password we are using django's in-built functionality, where the reverse url is hardcoded. So the reverse match fails as the namespace is not specified! To resolve this, created a urls_password_reset URL dispatcher file and included to the project urls.
2017-01-12Exam interface improvedprathamesh
2017-01-04Student UI modification.prathamesh
Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in.
2017-01-03navbar display was not proper in small devices. modified navabar.prathamesh
Looks better in small devices as well.
2016-10-26Migration from bootstrap 1.4 to bootstrap 3.3prathamesh
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
2016-08-31Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
view_answerpaper Resolved Conflicts: yaksh/views.py
2016-08-25Students can view their submission i.e. answer paperprathamesh
A simple interface for students to view their answerpaper. Moderator has an option where he can allow to students to view their answerpaper.
2016-08-19- Modify admin.py to include Course modelankitjavalkar
- Modify user.html and complete.html to include id for html elements
2016-04-18changes for profile editadityacp
2016-04-15design css and html changesadityacp
2016-04-15EditProfile, ChangePassword, StudentsEnrollment facilityadityacp
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar