first senders list with template

This commit is contained in:
Kenneth Love
2012-01-16 15:29:48 -08:00
parent f5c697af0d
commit 851bacdd72
4 changed files with 166 additions and 1 deletions

View File

@@ -59,4 +59,4 @@ class DjrillSendersListView(DjrillApiMixin, DjrillApiJsonObjectsMixin,
def get(self, request):
objects = self.get_json_objects()
return self.render_to_response({"objects": objects})
return self.render_to_response({"objects": json.loads(objects)})