summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
AgeCommit message (Collapse)Author
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