added template for notes view

This commit is contained in:
Arthur Barrett
2013-03-21 12:33:27 -04:00
parent 0710bbd70c
commit 76e338d82b
4 changed files with 47 additions and 14 deletions

View File

@@ -21,4 +21,5 @@ class Note(models.Model):
if type(json_body) is dict:
d.update(json_body)
d['id'] = self.id
d['user_id'] = self.user.id
return d