Commit 7afe7863 authored by Kristian Tan's avatar Kristian Tan

display device details in both states

parent 7126ac46
......@@ -24,6 +24,7 @@
(<a href="/toggle/{{ pin }}">turn on</a>)
(<a href="/remove/{{ pin }}">remove</a>)
</p>
{% endif %}
<p>
<ul class="device_details">
{% if pins[pin].on_date != None or pins[pin].on_time %}
......@@ -40,7 +41,6 @@
</ul>
</p>
{% endif %}
{% endif %}
{% endfor %}
<p><a href="/devices/add_device">Add device</a></p>
......
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