diff --git a/snipts/admin.py b/snipts/admin.py index 80491b2..46a1ee0 100644 --- a/snipts/admin.py +++ b/snipts/admin.py @@ -5,7 +5,7 @@ from snipts.models import Favorite, Snipt class SniptAdmin(admin.ModelAdmin): readonly_fields = ('user',) - list_display = ('title', 'slug', 'user', 'lexer', 'public', 'blog_post', 'created', 'modified', 'publish_date',) + list_display = ('title', 'slug', 'views', 'favs', 'user', 'lexer', 'public', 'blog_post', 'created', 'modified', 'publish_date',) list_filter = ('blog_post',) search_fields = ('title', 'slug', 'user__username', 'lexer', 'id', 'key',) ordering = ('-created',) diff --git a/templates/pro.html b/templates/pro.html index ce6c566..8ed614b 100644 --- a/templates/pro.html +++ b/templates/pro.html @@ -15,6 +15,7 @@
Current Pro features: