Changeset 2030

Show
Ignore:
Timestamp:
06/14/09 13:31:19 (9 months ago)
Author:
JensDiemer
Message:

<div id="page_content"> needed in all global templates for jQuery ajax views and html replace ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/apps/pylucid_update/views.py

    r2022 r2030  
    284284        content = replace(content, out, 
    285285            "{{ PAGE.content }}", 
    286             "{% block content %}{{ page_content }}{% endblock content %}" 
     286            '<div id="page_content">\n' 
     287            '    {% block content %}{{ page_content }}{% endblock content %}\n' 
     288            '</div>' 
    287289        ) 
    288290        content = replace(content, out,