This commit is contained in:
Pēteris Caune 2019-04-02 13:21:17 +03:00
parent dfc6c9fb1b
commit f750c5e3fc
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -205,7 +205,6 @@ def index(request):
ctx = {
"page": "projects",
"show_plans": settings.USE_PAYMENTS,
"projects": projects
}
return render(request, "front/projects.html", ctx)