From f80d0c85818058bbfafd1206f015fc5d13334b74 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Fri, 3 Jan 2020 10:47:46 +0100
Subject: [PATCH] Fix all file permissions

Make all files, except the shell scripts with shebang, not executable.
---
 biscuit/apps/mensa/templates/menu/index.html  | 0
 biscuit/apps/mensa/templates/menu/upload.html | 0
 biscuit/apps/mensa/urls.py                    | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 biscuit/apps/mensa/templates/menu/index.html
 mode change 100755 => 100644 biscuit/apps/mensa/templates/menu/upload.html
 mode change 100755 => 100644 biscuit/apps/mensa/urls.py

diff --git a/biscuit/apps/mensa/templates/menu/index.html b/biscuit/apps/mensa/templates/menu/index.html
old mode 100755
new mode 100644
diff --git a/biscuit/apps/mensa/templates/menu/upload.html b/biscuit/apps/mensa/templates/menu/upload.html
old mode 100755
new mode 100644
diff --git a/biscuit/apps/mensa/urls.py b/biscuit/apps/mensa/urls.py
old mode 100755
new mode 100644
-- 
GitLab