From ec558a484f1f6b8755cc190158e99b4696c5016a Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 13 Jul 2020 21:56:01 +0100 Subject: [PATCH] Admin * Updated glyphicons to Bootstrap 5 icons --- .../templates/rest_framework/admin.html | 124 ++++++++++-------- .../templates/rest_framework/admin/list.html | 10 +- 2 files changed, 78 insertions(+), 56 deletions(-) diff --git a/rest_framework/templates/rest_framework/admin.html b/rest_framework/templates/rest_framework/admin.html index 1281220b2..addeceb8c 100644 --- a/rest_framework/templates/rest_framework/admin.html +++ b/rest_framework/templates/rest_framework/admin.html @@ -27,57 +27,59 @@ {% block body %} - -
- {% block navbar %} - - {% endblock %} + +
+ {% block navbar %} + + {% endblock %} + +
+ {% block breadcrumbs %} + + {% endblock %}
{% if 'GET' in allowed_methods %} -
+
-
@@ -196,8 +211,8 @@