From 768cb57336591458a380e75b4043470201264933 Mon Sep 17 00:00:00 2001 From: bashmak Date: Tue, 29 Aug 2017 11:24:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=81=D0=BB=D0=B8=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D0=B0=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=B2=20=D0=B2=D1=81=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D0=B0=20=D1=82=D0=BE=20=D0=BD=D0=B5=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=D0=B8=D0=BC=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/toolbar_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/toolbar_page.html b/templates/toolbar_page.html index 7e98819..f6da72a 100644 --- a/templates/toolbar_page.html +++ b/templates/toolbar_page.html @@ -1,3 +1,4 @@ +{% if pag.count > 1 %} {% load dpagination %}
@@ -22,3 +23,4 @@
+{% endif %}