Changeset 1572
- Timestamp:
- 12/08/05 20:15:23 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/admin/templates/admin/change_form.html
r1530 r1572 21 21 </ul> 22 22 {% endif %}{% endif %} 23 <form {{ bound_manipulator.form_enc_attrib }} action= '{{ form_url }}'method="post">{% block form_top %}{% endblock %}23 <form {{ bound_manipulator.form_enc_attrib }} action="{{ form_url }}" method="post">{% block form_top %}{% endblock %} 24 24 {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %} 25 25 {% if bound_manipulator.save_on_top %}{% submit_row bound_manipulator %}{% endif %}
