From 81aa0bb69e89590c78a001dd42c8735b80ff224a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Apr 2025 17:00:18 -0500 Subject: notes: made notes editable in the admin --- app/notes/admin.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app/notes') diff --git a/app/notes/admin.py b/app/notes/admin.py index 5409200..2c099ca 100644 --- a/app/notes/admin.py +++ b/app/notes/admin.py @@ -18,16 +18,10 @@ class LuxNoteAdmin(admin.ModelAdmin): 'title', 'url', 'description', - 'body_markdown' + 'body_markdown', 'tags', ) }), - ('Details', { - 'fields': ( - 'date_created ', - ), - 'classes': 'collapse' - }), ) class Media: -- cgit v1.2.3