noisebridge / pyclass-project

Other
8 stars 2 forks source link

Linkify "creator" and "completed_by" on ToDo details page #39

Open Belgand opened 12 years ago

Belgand commented 12 years ago

Currently users who have claimed a ToDo item have a link going to their profile page, but the user who created or completed the item does not. We should change it so they are linked. Keep in mind that ToDoItem.creator and ToDoItem.completed_by are just going to be User objects.

Belgand commented 12 years ago

I made these sections look a bit more complicated recently, but that shouldn't affect the code necessary for this. Essentially everything after {{ todoitem.completed_by }} or {{ todoitem.creator }} just deals with how to display the date and isn't relevant to this issue.