diff --git a/app.py b/app.py index 4b5d6dd..a14342c 100644 --- a/app.py +++ b/app.py @@ -246,7 +246,7 @@ def camera_status_plot(esn=None): fig.savefig(buf, format="png", transparent=True) # Embed the result in the html output. data = base64.b64encode(buf.getbuffer()).decode("ascii") - return f"

Graph of Status Events

" + return f"

Graph of Status Events

" diff --git a/templates/base.html b/templates/base.html index ffd8f39..044e739 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,6 +26,8 @@ + +