Commit 690f01bf authored by Kristian Tan's avatar Kristian Tan

styling

parent c44379f4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<div class="inputs">
{% if display_change_kWh == True %} {% if display_change_kWh == True %}
<form action="{{ url_for('handle_change_kWh') }}" method="post"> <form action="{{ url_for('handle_change_kWh') }}" method="post">
Change cost per kWh: <input type="text" name="kWhprice" required> Change cost per kWh: <input type="text" name="kWhprice" required>
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
</form> </form>
</div> </div>
{% endif %} {% endif %}
</div>
<div class="smart_meter"> <div class="smart_meter">
<div class="smart_meter_info"> <div class="smart_meter_info">
......
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