From cc70aa809252899dfd062feb241aaecede66bd02 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 24 Jun 2014 12:05:46 -0400 Subject: Rewrote all sass and reconfigured HTML to use more microformats and clearer class names --- app/notes/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/notes') 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 -- cgit v1.2.3