--crashing_other_unit_tests

This commit is contained in:
Trever Fischer
2012-06-08 15:06:23 -04:00
parent 22bc661783
commit 2e93e70fa7
2 changed files with 20 additions and 22 deletions

View File

@@ -42,10 +42,7 @@ def notifications(request):
return {}
def javascript_uris(request):
uris = (
return {'js_uris': (
'local.views.mark_notifications_read',
)
ret = []
for u in uris:
ret.append({'name':u, 'uri':reverse(u)})
return {'js_uris': ret}
)}