diff options
author | Anuja <anujag@anujag-Latitude-D630.(none)> | 2012-03-21 17:34:34 +0530 |
---|---|---|
committer | Anuja <anujag@anujag-Latitude-D630.(none)> | 2012-03-21 17:34:34 +0530 |
commit | 874fceac6498f2ba733c433b964f9ce5975d6a69 (patch) | |
tree | aee7c168a44287d5b8ec22582d654b970eb6108e /build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html | |
parent | 9d76c138b63828b549b33fe1b9a8ad4ab3dd8d86 (diff) | |
download | gnowsys-874fceac6498f2ba733c433b964f9ce5975d6a69.tar.gz |
Changes made on model files and search files
Diffstat (limited to 'build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html')
-rw-r--r-- | build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html b/build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html new file mode 100644 index 00000000..a93d0f00 --- /dev/null +++ b/build/lib.linux-i686-2.6/objectapp/templates/objectapp/cms/gbobject_detail.html @@ -0,0 +1,8 @@ +{% load i18n %} +{% for gbobject in gbobjects %} + {% with object=gbobject object_content=gbobject.html_content|truncatewords_html:100|safe %} + {% include "objectapp/_gbobject_detail.html" %} + {% endwith %} +{% empty %} + <p class="notice">{% trans "No gbobjects yet." %}</p> +{% endfor %} |