X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/818e3f52a72658d6b7ec5c1ce74fac9a6d21b0f3..71b0be75c6fae624d8d4c7690b6abca4b19be922:/models.py diff --git a/models.py b/models.py index eb6ebc0..6eac9de 100644 --- a/models.py +++ b/models.py @@ -356,9 +356,7 @@ class Template(TreeModel): class Page(Node): """ - Represents an HTML page. The page will have a number of related Contentlets - depending on the template selected - but these will appear only after the - page has been saved with that template. + Represents an HTML page. The page will have a number of related Contentlets depending on the template selected - but these will appear only after the page has been saved with that template. """ template = models.ForeignKey(Template, related_name='pages') title = models.CharField(max_length=255)