lduarte1991 / hxat

Contains the currently-in-development project by HarvardX to bring the annotation tool currently living in the edX platform to a more accessible LTI implementation.
13 stars 7 forks source link

Fixed user name on assignment and source material pages #29

Closed arthurian closed 8 years ago

arthurian commented 8 years ago

This PR fixes the user name on the create assignment and create source pages, which were trying to get the user's name from the request.user object. I changed it to get the value from the session. I also modified the instructor dashboard template so that it extends the base template and feels integrated with the app.

What do you think @lduarte1991?