Hello,
I'm using tiny_mce with flatpages in the admin. I can get the
template to appear with the extended CSS, but not the flatpage
contents of the page.
My flatpage in admin is:
URL: /
Content: much text that is not appearing in the template.
The template:
...templates/flatpages/default.html:
{% extends "base.html" %}
{{ flatpage.content }}
url.py
(r'^$', default),
View.py
def default(request):
return render_to_response('default.html', RequestContext(request))
What am I missing? Thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---