aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-10 18:40:12 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-10 18:40:22 +0100
commit0d3883fc76751d70871743e3eeb3d83cfe458e39 (patch)
tree21b2f9cffd3270615460cf4501da124a78537a72 /client
parentget version, commit_id and branch only at startup (diff)
downloadscout-subs-0d3883fc76751d70871743e3eeb3d83cfe458e39.tar.gz
scout-subs-0d3883fc76751d70871743e3eeb3d83cfe458e39.zip
add option to disable oauth
Diffstat (limited to 'client')
-rw-r--r--client/views.py2
1 files changed, 0 insertions, 2 deletions
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)