comparison web/log.py @ 185:adbf70d1449f

working
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Feb 2014 22:45:16 +0800
parents cbe14244a372
children 8318d50d766d
comparison
equal deleted inserted replaced
184:cbe14244a372 185:adbf70d1449f
283 n['kind'] = kind 283 n['kind'] = kind
284 n['title'] = k 284 n['title'] = k
285 r.append(n) 285 r.append(n)
286 286
287 return json.dumps(r, sort_keys=True, indent=4) 287 return json.dumps(r, sort_keys=True, indent=4)
288
289
290 def get_csrf_blob(user_ident):
291 return "aaa"