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