Changeset 47
- Timestamp:
- 06/07/09 22:54:09 (3 years ago)
- Location:
- plesonet_contentareas/trunk
- Files:
-
- 1 added
- 1 modified
-
admin.py (added)
-
templates/show_contentarea.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plesonet_contentareas/trunk/templates/show_contentarea.html
r1 r47 1 {% if contentarea %} 2 <!-- content_area: {{ contentarea.name }} --> 3 {{ contentarea.body|safe }} 4 {% endif %} 1 {% if contentarea %}<!-- content_area: {{ contentarea.name }} -->{{ contentarea.body|safe }}{% endif %}

