Commit 4135b0c1 authored by Kristian Tan's avatar Kristian Tan

Styling

parent 4c93649c
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{% for pin in pins %} {% for pin in pins %}
{% if pins[pin].name != None %} {% if pins[pin].name != None %}
<p> <p>
{{ pins[pin].name }} : {{ pins[pin].name }} ({{ pin[pins].wattage }})W :
{% if pins[pin].state == true %} {% if pins[pin].state == true %}
(<a href="/toggle/{{ pin }}">turn off</a>) (<a href="/toggle/{{ pin }}">turn off</a>)
(<a href="/remove/{{ pin }}">remove</a>) (<a href="/remove/{{ pin }}">remove</a>)
...@@ -25,14 +25,6 @@ ...@@ -25,14 +25,6 @@
(<a href="/remove/{{ pin }}">remove</a>) (<a href="/remove/{{ pin }}">remove</a>)
</p> </p>
{% endif %} {% endif %}
<ul class="device_details">
{% if pins[pin].on_time %}
<li>
Last turned on at: {{ pins[pin].on_time }}
</li>
{% endif %}
<li>Device Wattage: {{ pins[pin].wattage }} </li>
</ul>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<br> <br>
......
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