Commit e987d02a authored by Kristian Tan's avatar Kristian Tan

Added form to input section

parent 28ccd452
...@@ -10,13 +10,12 @@ ...@@ -10,13 +10,12 @@
<body> <body>
<div class="inputs"> <div class="inputs">
</div>
<div class="containerRows">
<form action="{{ url_for('handle_data') }}" method="post"> <form action="{{ url_for('handle_data') }}" method="post">
<input type="text" name="kWhprice"> <input type="text" name="kWhprice">
<input type="submit"> <input type="submit">
</form> </form>
</div>
<div class="containerRows">
<div class="device_list"> <div class="device_list">
<h3 class="device_list_title">Device Listing and Status</h3> <h3 class="device_list_title">Device Listing and Status</h3>
...@@ -29,8 +28,6 @@ ...@@ -29,8 +28,6 @@
{% endif %} {% endif %}
</p> </p>
{% endfor %} {% endfor %}
</div> </div>
<div class="smart_meter"> <div class="smart_meter">
......
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