From df91cf50f8235d85a4919290c155bf6234152014 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 18 Apr 2022 14:51:58 +0300 Subject: [PATCH] online status --- templates/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/account.html b/templates/account.html index dd303ba..632999d 100644 --- a/templates/account.html +++ b/templates/account.html @@ -25,7 +25,7 @@

{{ account.userinfo.surname }} {{ account.userinfo.name }} - {{ account.userinfo.activity_status }} + {{ account.userinfo.activity_status }} {% if not owner %}
{% csrf_token %}