<!--
and -->
comment markers. And presto, there's our other form which will let us change the favorite food as well.docker ps
. Just adding the first few characters of the ID with docker exec
is enough.client-side-restriction-bypass-2.py
, which defines three routes: /
, /updatecolor
and /updatefood
. Upon first browsing to the webapp you are sent to the /
endpoint which presents the login page, by rendering the template for templates/index.html
.templates/loggedin.html
which has the form and which uses data pulled from the SQLite backend. The form will only call the defined /updatecolor
endpoint. And yes, the template for loggedin.html
does have the commented-out, unused code to update the food value as well.