kd1889 / Internet-Radio-for-Kids

0 stars 0 forks source link

Web UI: Radio #19

Closed kd1889 closed 3 years ago

kd1889 commented 3 years ago
kd1889 commented 3 years ago

Currently, the screen is showing the template format for the web interface. However, the table for the radio site is not showing the names/states of the radio stations, as shown in the image below not showing stations Using a dictionary to store the information for the different stations as shown below: image Bootstrap code seems to be the problem. Currently trying the access different information using the following format instead of the expected python format: image Changed code to the following, will update on test: image

kd1889 commented 3 years ago

Resolved the issue. The problem was that I was not passing the stations list in the correct app route. Needed to set it in @app.route('radio.html') and I had it in @app.route('index.html') Screenshot 2021-04-28 121119