Commit 3e6f4a66 authored by Kristian Tan's avatar Kristian Tan

margin

parent 21c0a52b
......@@ -37,6 +37,7 @@
</form>
{% endif %}
<div class="inputs">
{% if display_new_device_form == True %}
<div class=".add_new_device_form">
<form action="{{ url_for('handle_new_device') }}" method="post">
......@@ -45,6 +46,7 @@
<input type="submit">
</form>
</div>
</div>
{% endif %}
</div>
......@@ -110,24 +112,5 @@
</div>
</div>
</div>
<div class="inputs">
{# {% if display_change_kWh == True %}#}
{# <form action="{{ url_for('handle_change_kWh') }}" method="post">#}
{# Change cost per kWh: <input type="text" name="kWhprice" required>#}
{# <input type="submit">#}
{# </form>#}
{# {% endif %}#}
{##}
{# {% if display_new_device_form == True %}#}
{# <div class=".add_new_device_form">#}
{# <form action="{{ url_for('handle_new_device') }}" method="post">#}
{# New device name: <input type="text" name="new_device_name" required> <br>#}
{# New device wattage: <input type="number" name="new_device_wattage" required> <br>#}
{# <input type="submit">#}
{# </form>#}
{# </div>#}
{# {% endif %}#}
</div>
</body>
</html>
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