summaryrefslogtreecommitdiff
path: root/gstudio/models.py
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-07-12 12:03:28 +0530
committersupriya <supriya@dragbox.(none)>2012-07-12 12:03:28 +0530
commit06f170eae6261d894b9651e549d42abdfcecf46c (patch)
treeeeeb2be8a207110613129e4a1c0e3148390acd73 /gstudio/models.py
parentbe4ded863eaf69cf6080f39ede26c8b343e0fecf (diff)
downloadgnowsys-06f170eae6261d894b9651e549d42abdfcecf46c.tar.gz
orgitdown with save functionality
Diffstat (limited to 'gstudio/models.py')
-rw-r--r--gstudio/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/models.py b/gstudio/models.py
index 690fccc..1518229 100644
--- a/gstudio/models.py
+++ b/gstudio/models.py
@@ -755,7 +755,7 @@ class Nodetype(Node):
(PUBLISHED, _('published')))
content = models.TextField(_('content'), null=True, blank=True)
- # content_org = models.TextField(_('content'), null=True, blank=True)
+ content_org = models.TextField(_('content_org'), null=True, blank=True)
parent = models.ForeignKey('self', null=True, blank=True,
verbose_name=_('is a kind of'),
related_name='children')