Commit ec36fada authored by Kristian Tan's avatar Kristian Tan

Able to remove device when its turned on

parent e68b22b1
......@@ -22,8 +22,8 @@
(<a href="/toggle/{{pin}}">turn off</a>)
{% else %}
(<a href="/toggle/{{pin}}">turn on</a>)
(<a href="/remove/{{pin}}">remove</a>)
</p>
(<a href="/remove/{{pin}}">remove</a>)
{% endif %}
{% endif %}
{% endfor %}
......
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