Remove im app.
[pithos] / pithos / im / templates / base.html
diff --git a/pithos/im/templates/base.html b/pithos/im/templates/base.html
deleted file mode 100644 (file)
index f43fbaf..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-  <meta charset="utf-8" />
-  <title>{{ title|default:"User Admin" }}</title>
-  <link rel="stylesheet" href="/im/static/bootstrap.css">
-  <script src="/im/static/jquery.js"></script>
-  <script src="/im/static/jquery.tablesorter.js"></script>
-  <script src="/im/static/main.js"></script>
-  {% block head %}{% endblock %}
-</head>
-<body>
-  <div class="container">
-    <div style="padding: 5px 0px 0px 0px">
-      <img src="/im/static/banner.png" width="900" height="200">
-    </div>
-    {% block title %}{% endblock %}
-    
-    {% if message %}
-    <br />
-    <div class="alert-message.{{ status }}">
-      <p>{{ message }}</p>
-    </div>
-    {% endif %}
-
-    {% block tabs %}{% endblock %}
-
-    {% block body %}{% endblock %}
-  </div>
-</body>
-</html>