Abwesenheit hinzu Button bug behoben

This commit is contained in:
holger.trampe 2020-12-16 18:27:02 +01:00
parent 71987620c2
commit f775ef73a9
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def getvar():
@register.simple_tag
def incvar():
global user
global b
b += 1
return ''