i am trying to django-cms. i have a model photoalbum when i link this
url it says error

Caught an exception while rendering: Failed lookup for key [page] in
u"[{}, {}, {}, {}, {}, {'son_fotoalbumler': [<Fotoalbum:
sfgfdgdfg>]}]"

99       {% cms_subpages page as subpages %}
100     {% if subpages %}
101     <h3>{% trans "sub pages" %}</h3>
102     <ul id="subpages_menu">
103     {% for subpage in subpages %}<li><a href="{% cms_link subpage %}">
{{ subpage.title|escape }}</a></li>{% endfor %}
104     </ul>
105     {% endif %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to