From 3f0919ecfe32af62d1781cbf99d0820f0eb702e7 Mon Sep 17 00:00:00 2001 From: Andy Shapiro Date: Mon, 6 May 2024 08:11:32 -0400 Subject: [PATCH] add oob swap --- bmds_server/analysis/templates/analysis/desktop_home.html | 6 +++--- .../templates/analysis/fragments/collection_list.html | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bmds_server/analysis/templates/analysis/desktop_home.html b/bmds_server/analysis/templates/analysis/desktop_home.html index 5ca33773..2bf32158 100644 --- a/bmds_server/analysis/templates/analysis/desktop_home.html +++ b/bmds_server/analysis/templates/analysis/desktop_home.html @@ -9,7 +9,7 @@

Analyses

-
- Reset + Reset diff --git a/bmds_server/analysis/templates/analysis/fragments/collection_list.html b/bmds_server/analysis/templates/analysis/fragments/collection_list.html index 18f328f4..080fe73d 100644 --- a/bmds_server/analysis/templates/analysis/fragments/collection_list.html +++ b/bmds_server/analysis/templates/analysis/fragments/collection_list.html @@ -4,3 +4,11 @@ {% endfor %}
  • No collections!
  • +{% if not no_oob %} + + + {% for object in object_list %} + + {% endfor %} + +{% endif %}