fix dashboard bug

This commit is contained in:
KF7EEL 2021-04-25 13:47:26 -07:00
parent 09c2ee5b4c
commit b4de3650fc
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ def view_map():
<p style="text-align: center;"><button onclick="self.close()">Close</button><!--<button onclick="history.back()">Back</button>-->
</p>
""" + map_view
return render_template('generic.html', title = dashboard_title, logo = logo, content = Markup(content))
return render_template('generic.html', title = dashboard_title, dashboard_url = dashboard_url, logo = logo, content = Markup(content))
except Exception as e:
content = """<h1 style="text-align: center;">Station not found.</h1>
#<p style="text-align: center;"><button onclick="self.close()">Close Window</button>