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

display device details in both states

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