From 6848aab1e146b81c341331cb0199f4f5d6faa5f0 Mon Sep 17 00:00:00 2001 From: Stef Date: Sun, 31 Aug 2025 14:54:45 +0200 Subject: [PATCH] Added a lock icon to the "private" URLs --- static/lock.svg | 5 +++++ static/no_access.svg | 6 ++++++ templates/home.html | 5 ++++- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 static/lock.svg create mode 100644 static/no_access.svg diff --git a/static/lock.svg b/static/lock.svg new file mode 100644 index 0000000..dca61b5 --- /dev/null +++ b/static/lock.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/no_access.svg b/static/no_access.svg new file mode 100644 index 0000000..e3a6a12 --- /dev/null +++ b/static/no_access.svg @@ -0,0 +1,6 @@ + + + no-access-solid + + + \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index 0571a4c..3437cf1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -41,8 +41,11 @@

${s.label}

-
+
+ ${s.public ? `` : `
+ +
` }