From aa5d8bf32b0dddbc857596a05cf3585b575a2d62 Mon Sep 17 00:00:00 2001 From: gzbender Date: Tue, 5 Feb 2019 06:30:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=20=D0=B2=D0=B8=D0=B4=D0=B8=D1=82?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8=20=D1=83=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=201?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=B4=D0=B5=D0=BB=D0=B8=20+=20GA=20code=20+=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/school/views.py | 2 +- project/templates/blocks/footer.html | 4 ++-- project/templates/lilcity/index.html | 17 ++++++----------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/apps/school/views.py b/apps/school/views.py index 9081acd6..7387c129 100644 --- a/apps/school/views.py +++ b/apps/school/views.py @@ -140,7 +140,7 @@ class SchoolView(TemplateView): school_schedules_purchased = [] school_purchased_future = False prev_school_payments = None - prev_range = [date_now - timedelta(days=8), date_now - timedelta(days=1)] + prev_range = [date_now - timedelta(days=7), date_now - timedelta(days=1)] if self.request.user.is_authenticated: school_payment = SchoolPayment.objects.filter( user=self.request.user, diff --git a/project/templates/blocks/footer.html b/project/templates/blocks/footer.html index b1d37518..2d0f0e06 100644 --- a/project/templates/blocks/footer.html +++ b/project/templates/blocks/footer.html @@ -50,8 +50,8 @@
{% if config.SERVICE_OK_URL != '#' %}Odnoklassniki{% endif %} {% if config.SERVICE_VK_URL != '#' %}VKontakte{% endif %} - Email по общим вопросам - Сотрудничество + Email по общим вопросам + Сотрудничество
diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 6e1b28a0..f62d48ee 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -46,10 +46,6 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); - + +