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)