From 4566fa65e3e6f7b50d43091fb7a6eb1edd929fc7 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Sat, 22 Jul 2017 11:53:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BE=D0=B1=D1=80=20=D0=BB=D1=83?= =?UTF-8?q?=D1=8B=D1=87=D1=88=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taskapp/templates/taskapp/tasklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskapp/templates/taskapp/tasklist.html b/taskapp/templates/taskapp/tasklist.html index 7788eaa..a7fe203 100644 --- a/taskapp/templates/taskapp/tasklist.html +++ b/taskapp/templates/taskapp/tasklist.html @@ -36,7 +36,7 @@ {{ task.id }} {% if task.abon and task.abon.group %} - {{ task.abon.get_full_name }} + {{ task.abon.get_full_name }} {{ task.abon.group.title }}, {{ task.abon.street|default:_('Not assigned') }} {{ task.abon.house|default:_('Not assigned') }} {% else %} {% trans 'User does not exist' %}