"list staffers pdf"
This commit is contained in:
parent
6b933211b8
commit
0090c70889
@ -1065,7 +1065,7 @@ def print_users():
|
||||
#~ staffs = Tetawebapp_staffs.query(Tetawebapp_staffs.user_id).distinct()
|
||||
staffers = Tetawebapp_users.query.filter(Tetawebapp_users.is_admin==0, Tetawebapp_users.link_id==None).order_by(Tetawebapp_users.name).all()
|
||||
#~ sstaffers = [staffer for staffer in staffers if staffer.id in staffs]
|
||||
return sstaffers
|
||||
return staffers
|
||||
# User is not admin
|
||||
return render_template('login_or_register.html', message="Utilisateur ou mot de passe invalide")
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user