summaryrefslogtreecommitdiff
path: root/app/notes
diff options
context:
space:
mode:
Diffstat (limited to 'app/notes')
-rw-r--r--app/notes/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notes/models.py b/app/notes/models.py
index dc158d2..6d139f0 100644
--- a/app/notes/models.py
+++ b/app/notes/models.py
@@ -42,7 +42,7 @@ class Note(models.Model):
twitter_id = models.CharField('twitter_id', max_length=450)
twitter_send = models.BooleanField("send to twitter?", default=False)
twitter_sent = models.BooleanField(default=False, blank=True)
- in_reply_to = models.CharField('in reply to url', max_length=450)
+ #in_reply_to = models.CharField('in reply to url', max_length=450)
def __str__(self):
return self.slug