@@ -48,6 +48,8 @@ def index():
count = len(alle)
for i in range(1,count):
if len(alle) == 0:
break
zufall.append(alle.pop(random.randint(0,len(alle)-1)))
return render_template('arbeitsblatt.html',aufgaben=zufall)
else:
The note is not visible to the blocked user.