From e107a2cf7aa40f6165339157c055a229d63219e1 Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Tue, 11 Aug 2020 19:46:27 +0200 Subject: [PATCH] Stuff --- .../__pycache__/counter_tag.cpython-38.pyc | Bin 15849 -> 15849 bytes standards/templatetags/counter_tag.py | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc index 92dfcc94a5cfa5d361fb2c85aa6a6f312ceaccac..5cc09d75aa7507daa955a2196ad25b0067b692d8 100644 GIT binary patch delta 23 dcmaD^{j!=bl$V!_0SG3YP>k1i-N<*_764sI2Xz1d delta 23 dcmaD^{j!=bl$V!_0SH8vDaQYH*~oX>764oB2cQ4| diff --git a/standards/templatetags/counter_tag.py b/standards/templatetags/counter_tag.py index ffa623b..afd28ed 100644 --- a/standards/templatetags/counter_tag.py +++ b/standards/templatetags/counter_tag.py @@ -613,7 +613,7 @@ def getthisdaynotworking(user, day): if user.usertime.wd_mo == 0.0: stat = True elif(day.isoweekday() == 2): - if user.usertime.wd_tu == 0.0:# + if user.usertime.wd_tu == 0.0: stat = True elif(day.isoweekday() == 3): if user.usertime.wd_we == 0.0: @@ -651,9 +651,9 @@ def kontingent(user): ''' -Zählt ausgegebene Arbeitstage MIT -''' +Zählt ausgegebene Arbeitstage mit für den Zeilenumbruch in der Arbeitstage-Übersicht +''' workdaycounter = 0 @register.simple_tag