diff --git a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc index 92dfcc9..5cc09d7 100644 Binary files a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc and b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc differ 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