diff --git a/archivebox/templates/admin/private_index.html b/archivebox/templates/admin/private_index.html index 7afb62c3..b60f3a3e 100644 --- a/archivebox/templates/admin/private_index.html +++ b/archivebox/templates/admin/private_index.html @@ -1,62 +1,3 @@ -{% extends "base.html" %} -{% load static %} - -{% block body %} -
- -
- - - - - - - - - - - {% for link in object_list %} - {% include 'main_index_row.html' with link=link %} - {% endfor %} - -
BookmarkedSnapshot ({{object_list|length}})FilesOriginal URL
-
- - {% if page_obj.has_previous %} - « first - previous - {% endif %} - - - Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. - - - {% if page_obj.has_next %} - next - last » - {% endif %} - - - {% if page_obj.has_next %} - next - last » - {% endif %} - -
-
-{% endblock %} {% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list %} {% load core_tags %}