From 3280658e8369fb0dc1e62411d025dfc0d344efe9 Mon Sep 17 00:00:00 2001 From: bashmak Date: Wed, 22 Feb 2017 16:15:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20"=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=82=D1=8C"=20=D0=B2=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taskapp/templates/taskapp/tasklist_all.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/taskapp/templates/taskapp/tasklist_all.html b/taskapp/templates/taskapp/tasklist_all.html index 2e27e9f..fcce8db 100644 --- a/taskapp/templates/taskapp/tasklist_all.html +++ b/taskapp/templates/taskapp/tasklist_all.html @@ -68,6 +68,17 @@ {% endfor %} + + + + {% if perms.taskapp.add_task %} + + {% trans 'Add new task' %} + + {% endif %} + + +