From d070adc326c17b50b1d520d31c21bf9fd62dc4b5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Jan 2026 11:11:37 +0000 Subject: [PATCH] Add button to view all collections in user related collections template --- atlas/templates/atlas/partials/_user_related_collections.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atlas/templates/atlas/partials/_user_related_collections.html b/atlas/templates/atlas/partials/_user_related_collections.html index d5a2568a..92d9d6fb 100644 --- a/atlas/templates/atlas/partials/_user_related_collections.html +++ b/atlas/templates/atlas/partials/_user_related_collections.html @@ -15,5 +15,9 @@ {% endfor %} +
+ View all collections +
+ \ No newline at end of file