From 0e57770fcffac77e4109080fa01ad9c894911e10 Mon Sep 17 00:00:00 2001 From: fbormann Date: Mon, 31 Oct 2016 17:08:45 -0300 Subject: [PATCH] added profile status #187 --- users/templates/users/profile.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 0d5446c..ed9c07f 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -59,7 +59,12 @@ {% trans "Status" %}: - + {% if user %} + {% trans "Online" %} + {% else %} + {% trans "OffLine" %} + {% endif %} + {% trans "Name" %}: -- libgit2 0.21.2