diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/views.py | 2 |
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) |