From f775ef73a9dba5338503bcba0cb1d15b06479e63 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Wed, 16 Dec 2020 18:27:02 +0100 Subject: [PATCH] Abwesenheit hinzu Button bug behoben --- .../__pycache__/counter_tag.cpython-38.pyc | Bin 20193 -> 20193 bytes standards/templatetags/counter_tag.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc index a1e6c40a4e447addc5dd7cf75f4d371f4334f3ae..d76885f4408c9ae21f11251382e7bca4481b0fca 100644 GIT binary patch delta 54 zcmaDjm+|3TM&3|fUM>b8h;zOb&$5yC9^2$gHnIXMnf+ce0!53&L4*Xub8ka4&b&%TlO9-AQ}kjDhX&Oltu10-q~QW(t{Y8g_Pf*Dpa Z`@IAyC=v$|G9W@?@cC diff --git a/standards/templatetags/counter_tag.py b/standards/templatetags/counter_tag.py index 0531c76..8e8d408 100644 --- a/standards/templatetags/counter_tag.py +++ b/standards/templatetags/counter_tag.py @@ -28,7 +28,7 @@ def getvar(): @register.simple_tag def incvar(): - global user + global b b += 1 return ''