From 57cbb44b91c581c4f7955a0657a7c682782e7cd3 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 27 Apr 2025 23:45:16 -0400 Subject: [PATCH] rem: sidebar template remove delete note link --- templates/default/sidebar.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/default/sidebar.html.twig b/templates/default/sidebar.html.twig index f2a4d93..ff70c98 100644 --- a/templates/default/sidebar.html.twig +++ b/templates/default/sidebar.html.twig @@ -23,7 +23,6 @@
  • New Note
  • Open Note
  • Save Note
  • -
  • Delete Note
  • {% if isAdmin is defined and isAdmin %}
  • Reference Editor
  • {% endif %}