Commit 5a431068 authored by Kristian Tan's avatar Kristian Tan

Removed the message display

parent f78ec710
...@@ -22,6 +22,7 @@ body { ...@@ -22,6 +22,7 @@ body {
border-color: black; border-color: black;
border-width: 1px; border-width: 1px;
margin-left: 5%; margin-left: 5%;
text-align: left;
} }
.device_list_title { .device_list_title {
......
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
</p> </p>
{% endfor %} {% endfor %}
{% if message %} {# {% if message %}#}
<h2>{{ message }}</h2> {# <h2>{{ message }}</h2>#}
{% endif %} {# {% endif %}#}
</div> </div>
<div class="smart_meter"> <div class="smart_meter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment