Scott Baker | c7325a4 | 2014-05-30 16:06:46 -0700 | [diff] [blame] | 1 | from view_common import * |
2 | |||||
3 | class DashboardUserSiteView(View): | ||||
4 | def get(self, request, **kwargs): | ||||
Scott Baker | 823b721 | 2014-06-16 10:25:39 -0700 | [diff] [blame] | 5 | return HttpResponse(json.dumps(getDashboardContext(request.user, tableFormat=True)), content_type='application/javascript') |