From 0d3883fc76751d70871743e3eeb3d83cfe458e39 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 10 Jan 2022 18:40:12 +0100 Subject: add option to disable oauth --- client/views.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'client') diff --git a/client/views.py b/client/views.py index 992f7dd..0f1bfaa 100644 --- a/client/views.py +++ b/client/views.py @@ -331,7 +331,5 @@ def about(request): if version.startswith("0"): version = "Beta " + version - # get commitid using git command, a bit hacky but works - context = {"version": version, "commitid": settings.COMMIT_ID} return render(request, 'client/about.html', context) -- cgit v1.2.1