emile 1 year ago
parent 81f60193d6
commit 5f56d958b7

@ -40,7 +40,7 @@ def set_offline():
user=user user=user
) )
Status.objects.create( Status.objects.create(
text='I am now offline!', text='Went offline!',
date=datetime.now().date(), date=datetime.now().date(),
time=datetime.now().strftime('%I:%M %p'), time=datetime.now().strftime('%I:%M %p'),
staff=staff_profile staff=staff_profile

Loading…
Cancel
Save