diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2023-09-21 17:18:49 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2023-09-21 17:18:49 +0200 |
commit | 0761f5dd51534425aaa6172134020d932e819377 (patch) | |
tree | c2cbee6a0bd7a56dd34283ae41497284284cf134 /client | |
parent | remove check for approved user (diff) | |
download | scout-subs-0761f5dd51534425aaa6172134020d932e819377.tar.gz scout-subs-0761f5dd51534425aaa6172134020d932e819377.zip |
check for files based on branca and not group
Diffstat (limited to 'client')
-rw-r--r-- | client/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/views.py b/client/views.py index b470f8d..4646843 100644 --- a/client/views.py +++ b/client/views.py @@ -125,7 +125,6 @@ def index(request): health_file = ["/server/media/", "/health_care_certificate/doc"] sign_doc_file = ["/server/media/", "/signed_doc/doc"] - print(docs) context = { "docs": docs, "no_docs": no_docs, |