mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Activation logging.
This commit is contained in:
parent
8448a2cf08
commit
bbab6e7e4b
1 changed files with 3 additions and 1 deletions
|
@ -613,7 +613,9 @@ def save_feed_chooser(request):
|
||||||
elif sub.active:
|
elif sub.active:
|
||||||
sub.active = False
|
sub.active = False
|
||||||
sub.save()
|
sub.save()
|
||||||
|
logging.info(' ---> [%s] Activated standard account: %s/%s' % (request.user,
|
||||||
|
activated,
|
||||||
|
usersubs.count()))
|
||||||
return {'activated': activated}
|
return {'activated': activated}
|
||||||
|
|
||||||
@login_required
|
@login_required
|
||||||
|
|
Loading…
Add table
Reference in a new issue