Abwesenheit hinzu Button bug behoben
This commit is contained in:
parent
71987620c2
commit
f775ef73a9
Binary file not shown.
|
|
@ -28,7 +28,7 @@ def getvar():
|
|||
|
||||
@register.simple_tag
|
||||
def incvar():
|
||||
global user
|
||||
global b
|
||||
b += 1
|
||||
return ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue