aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2023-09-21 17:18:49 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2023-09-21 17:18:49 +0200
commit0761f5dd51534425aaa6172134020d932e819377 (patch)
treec2cbee6a0bd7a56dd34283ae41497284284cf134 /client
parentremove check for approved user (diff)
downloadscout-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.py1
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,