Changes between Initial Version and Version 2 of Ticket #4497


Ignore:
Timestamp:
Jun 7, 2007, 7:01:03 PM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

(fixed ticket description)

The admin interface depends on TEMPLATE_STRING_IF_INVALID being empty. There is another ticket open to remove that dependence, but for now it exists. Fixing it piecemeal is not going to be very effective.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4497

    • Property Component UncategorizedAdmin interface
    • Property Owner changed from Jacob to Adrian Holovaty
    • Property Resolutionwontfix
    • Property Status newclosed
  • Ticket #4497 – Description

    initial v2  
     1{{{
    12Index: D:/program/Python24/Lib/site-packages/django-svn/django/contrib/admin/templates/admin/change_form.html
    23===================================================================
     
    1213 {% if is_popup %}<input type="hidden" name="_popup" value="1" />{% endif %}
    1314 {% if opts.admin.save_on_top %}{% submit_row %}{% endif %}
     15}}}
Back to Top