diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/TODO | 6 | ||||
-rw-r--r-- | app/src/admin.py | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app/src/TODO b/app/src/TODO index 9e9bca0..36f3907 100644 --- a/app/src/TODO +++ b/app/src/TODO @@ -1,6 +1,2 @@ -Add syntax highlighting in templates (shit, need option to toggle that in admin) - finish home/archive page add book detail page. - -Get rid of src in menu item. - +port data from lhp diff --git a/app/src/admin.py b/app/src/admin.py index 2a9a285..a83dd66 100644 --- a/app/src/admin.py +++ b/app/src/admin.py @@ -21,7 +21,7 @@ class EntryAdmin(admin.ModelAdmin): ('pub_date', 'status'), 'topics', 'meta_description', - ('slug', 'enable_comments', 'template_name'), + ('slug', 'enable_comments', 'has_code', 'template_name'), ), 'classes': ( 'show', |