Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • To add the HTML as text, open the dev console and right-click on the <div id="availability_feature_div" ...>, choose Edit as HTML, select all, and copy. Then put it through a beautfier and do some manual cleanup. Then you can come back and add it to your question as properly formatted code. Commented Apr 4, 2021 at 15:20
  • Also remove the #s on every other line since they aren't needed and don't contain any comment. Add the proper indent to your code, it matters in python. Commented Apr 4, 2021 at 15:22