~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/service.py

Moved the tutorial templates in a new directory to keep tutorial cleaner

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
class AttemptsRESTView(JSONRESTView):
46
46
    '''REST view of a user's attempts at an exercise.'''
 
47
    
47
48
    def __init__(self, req, subject, year, semester, worksheet, 
48
49
                                                exercise, username):
49
50
        self.user = ivle.database.User.get_by_login(req.store, username)