csmith1188 / formbar

Interactive Classroom Mangement Tool using Raspberry Pi, Python, and NeoPixels
5 stars 55 forks source link

EJS in Jinja2 template on /controlpanel #333

Closed csmith1188 closed 1 year ago

csmith1188 commented 1 year ago

Someone messed up the jinja template on controlpanel.html. This templating style is for EJS and will not work in jinja2 The users section briefly shows this message:

<%sD.studentDict[request.remote_addr]['help']['message'] = request.args.get('message')-%>

This needs to be removed.

STOP WORKING IN YOUR RC AND MAIN BRANCHES