diff options
Diffstat (limited to 'app/posts/forms.py')
-rw-r--r-- | app/posts/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/forms.py b/app/posts/forms.py index f1b9960..4013040 100644 --- a/app/posts/forms.py +++ b/app/posts/forms.py @@ -16,4 +16,4 @@ class PostUpdateForm(ModelForm): class Meta: model = Post - fields = ['title', 'post_status'] + fields = ['title', 'post_status', 'url', 'template_type', 'update_frequency', 'edit_url', 'date_last_pub'] |