From 5a9056360d67b5aec87eb97412b016d2de0a59b6 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Sat, 4 Jul 2026 21:56:22 +0100 Subject: [PATCH 1/2] Add json download button --- .../snippets/export_user_skill_profile.html | 29 +++++++++++++++++-- .../share_skill_profile_dropdown.html | 7 +++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/main/templates/main/snippets/export_user_skill_profile.html b/main/templates/main/snippets/export_user_skill_profile.html index 0665c0e2..70527de8 100644 --- a/main/templates/main/snippets/export_user_skill_profile.html +++ b/main/templates/main/snippets/export_user_skill_profile.html @@ -7,8 +7,8 @@ --> diff --git a/main/templates/main/snippets/share_skill_profile_dropdown.html b/main/templates/main/snippets/share_skill_profile_dropdown.html index 40d5e9d5..71ded64d 100644 --- a/main/templates/main/snippets/share_skill_profile_dropdown.html +++ b/main/templates/main/snippets/share_skill_profile_dropdown.html @@ -22,9 +22,12 @@ {% include "main/snippets/create_user_skill_profile_link.html" %}
  • - - {% include "main/snippets/export_user_skill_profile.html" %} +
  • +
  • + +
  • + {% include "main/snippets/export_user_skill_profile.html" %} From 47bd9f79149852abeb8ef8dcfe49ec20cf293a21 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Sat, 4 Jul 2026 21:59:57 +0100 Subject: [PATCH 2/2] Update skill share inline docs --- .../main/snippets/export_user_skill_profile.html | 8 ++++---- .../main/snippets/share_skill_profile_dropdown.html | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/main/templates/main/snippets/export_user_skill_profile.html b/main/templates/main/snippets/export_user_skill_profile.html index 70527de8..5dc95212 100644 --- a/main/templates/main/snippets/export_user_skill_profile.html +++ b/main/templates/main/snippets/export_user_skill_profile.html @@ -1,9 +1,9 @@ -