From cd5889f60e01d85a0a3cceaa543e4ac72970ee78 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Thu, 24 Feb 2022 14:52:52 +0000 Subject: [PATCH] Wrong place... --- assets/templates/asset_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/templates/asset_list.html b/assets/templates/asset_list.html index cb9e6bfd..8e80e219 100644 --- a/assets/templates/asset_list.html +++ b/assets/templates/asset_list.html @@ -59,7 +59,6 @@ {% endblock %} {% block content %} -

{{ object_list.count }} assets

@@ -122,6 +121,7 @@ {%endfor%}

+

{{ object_list.count }} assets

{% include 'partials/asset_list_table.html' %}