Changeset 7078
- Timestamp:
- 02/03/08 01:39:10 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/admin/templates/admin/change_form.html
r6671 r7078 35 35 <fieldset class="module aligned {{ bound_field_set.classes }}"> 36 36 {% if bound_field_set.name %}<h2>{{ bound_field_set.name }}</h2>{% endif %} 37 {% if bound_field_set.description %}<div class="description">{{ bound_field_set.description }}</div>{% endif %}37 {% if bound_field_set.description %}<div class="description">{{ bound_field_set.description|safe }}</div>{% endif %} 38 38 {% for bound_field_line in bound_field_set %} 39 39 {% admin_field_line bound_field_line %}
