Commit aaac9237 authored by Kristian Tan's avatar Kristian Tan

typo

parent 4135b0c1
......@@ -16,7 +16,7 @@
{% for pin in pins %}
{% if pins[pin].name != None %}
<p>
{{ pins[pin].name }} ({{ pin[pins].wattage }})W :
{{ pins[pin].name }} ( {{ pins[pin].wattage }} W):
{% if pins[pin].state == true %}
(<a href="/toggle/{{ pin }}">turn off</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