Commit e5333e8b authored by Kristian Tan's avatar Kristian Tan

Added placeholder pins

parent ea1e99c3
......@@ -14,7 +14,7 @@
<h3 class="device_list_title">Device Listing and Status</h3>
{% for pin in pins %}
{% if pin.name is not None %}
{% if pin.name is defined %}
<p>
{{ pins[pin].name }} :
{% if pins[pin].state == true %}
......
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