From f750c5e3fc2169bffebb6cd8d11a998fee0f3465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 2 Apr 2019 13:21:17 +0300 Subject: [PATCH] Unused. --- hc/front/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hc/front/views.py b/hc/front/views.py index 4eee91b1..76952689 100644 --- a/hc/front/views.py +++ b/hc/front/views.py @@ -205,7 +205,6 @@ def index(request): ctx = { "page": "projects", - "show_plans": settings.USE_PAYMENTS, "projects": projects } return render(request, "front/projects.html", ctx)