Introduction to Flask: Adopt a Pet Project - UnboundLocalError

I’m just having trouble with the html thing.
It says “UnboundLocalError: local variable ‘html’ referenced before assignment”.
What does that mean?

Hi @chip9979722827,

Link to project page: Adopt a Pet

The message you received suggests that you attempted to access a variable named html before it had been assigned a value. For us to be more specific about this, we would need for you to post your code.

Please format any code that you post. See How to ask good questions (and get good answers) for information on how to do this.

Edited on September 29, 2020 to provide a link to the project page

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.