File diff 296f29c84bb2 → 9ff46824209a
conservancy/usethesource/forms.py
Show inline comments
...
 
@@ -8,7 +8,7 @@ class CommentForm(forms.ModelForm):
 

	
 
    class Meta:
 
        model = Comment
 
        fields = ['time', 'message', 'post_to_list']
 
        fields = ['time', 'attribute_to', 'message', 'post_to_list']
 

	
 
    def __init__(self, *args, **kwargs):
 
        super().__init__(*args, **kwargs)