summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/new/index.html')
-rw-r--r--python/templates/pages/new/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/python/templates/pages/new/index.html b/python/templates/pages/new/index.html
deleted file mode 100644
index 085f180..0000000
--- a/python/templates/pages/new/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "layout/base.html" %}
-{% block content %}
-<div class="row">
- <div class="col-xs-12 col-md-6">
- <h2>New Packages <small>more at the <a href="/new_packages/">New Packages</a></small></h2>
- {% include "includes/frontpage/new_packages" %}
- </div>
- <div class="col-xs-12 col-md-6">
- <h2>New Logs <small>more at the <a href="/new/logs/">New Logs</a></small></h2>
- {% include "includes/frontpage/new_logs" %}
- </div>
-</div>
-
-<div class="row">
- <div class="col-xs-12 col-md-6">
- <h2>New Build Requests <small>more at the <a href="/new_build_req">New Build Requests</a></small></h2>
- {% include "includes/frontpage/new_build_req" %}
- </div>
- <div class="col-xs-12 col-md-6">
- <h2>New Repoman's <small>on the <a href="/new/repoman/">New Repoman's</a></small></h2>
- {% include "includes/frontpage/new_repoman" %}
- </div>
-</div>
-
-{% endblock %} \ No newline at end of file