Commit e15d653d authored by Kristian Tan's avatar Kristian Tan

margin

parent 3e6f4a66
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
</form> </form>
{% endif %} {% endif %}
<div class="inputs">
{% if display_new_device_form == True %} {% if display_new_device_form == True %}
<div class=".add_new_device_form"> <div class=".add_new_device_form">
<form action="{{ url_for('handle_new_device') }}" method="post"> <form action="{{ url_for('handle_new_device') }}" method="post">
...@@ -46,7 +45,6 @@ ...@@ -46,7 +45,6 @@
<input type="submit"> <input type="submit">
</form> </form>
</div> </div>
</div>
{% endif %} {% endif %}
</div> </div>
......
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