@@ -1,12 +0,0 @@
-{% extends 'base.html' %}
-
-{% block content %}
-<div class="">
-    <form method="POST" action="">
-        {% raw xsrf_form_html() %}
-        <textarea name="data" class="form-control" id="id_data" style="width: 100%; max-width: 100%; max-height: 100%; height: 250px;"></textarea>
-        <br/>
-        <button class="btn btn-primary">Load structure</button>
-    </form>
-</div>
-{% end %}