Parcourir la source

remove unused file

weichen il y a 4 ans
Parent
commit
0708a9272e
1 fichiers modifiés avec 0 ajouts et 23 suppressions
  1. 0 23
      backstage/store_locations/manage_table copy 2.html

+ 0 - 23
backstage/store_locations/manage_table copy 2.html

@@ -1,23 +0,0 @@
-{% extends "layout.html" %}
-{% block main %}
-<h1>{{ title }}</h1>
-{% for content in contents %}
-<div>
-<form action="{{ url_for(form_url, page=page, section_class=content.sectionClass) }}" method="POST" enctype="multipart/form-data">
-  <table id="example" class="table table-striped table-bordered" cellspacing="0" width="60%">
-    <thead>
-      <tr>
-        <th>數量</th>
-        <th>類型</th>
-        <th>內容</th>
-        <th style="text-align:center;width:100px;">
-            <input class="btn btn-primary" type="submit" value="提交">
-        </th>
-      </tr>
-    </thead>
-    {{ table_bodys|safe }}
-  </table>
-</form>
-</div>
-{% endfor %}
-{% endblock main %}