diff weblinks/forms.py @ 1148:176d1550bf25

Convert weblinks to V3 design.
author Brian Neal <bgneal@gmail.com>
date Thu, 01 Dec 2016 21:02:31 -0600
parents ee87ea74d46b
children
line wrap: on
line diff
--- a/weblinks/forms.py	Thu Dec 01 21:01:27 2016 -0600
+++ b/weblinks/forms.py	Thu Dec 01 21:02:31 2016 -0600
@@ -20,4 +20,4 @@
 
    class Meta:
       model = PendingLink
-      exclude = ('user', 'date_added', 'update_date')
+      fields = ['category', 'title', 'url', 'description']