Commit e7e86e08 authored by Kristian Tan's avatar Kristian Tan

styling

parent aaac9237
...@@ -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].wattage }} W): {{ pins[pin].name }} ({{ pins[pin].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>)
......
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