emile 1 year ago
parent f5f8417596
commit 81f60193d6

@ -25,7 +25,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