Changes between Version 4 and Version 5 of ExtendingAdminTemplates


Ignore:
Timestamp:
May 1, 2006, 3:59:20 PM (18 years ago)
Author:
alexis smirnov
Comment:

added .html ext. to "extends" statement

Legend:

Unmodified
Added
Removed
Modified
  • ExtendingAdminTemplates

    v4 v5  
    1111 4. your change_form.html will look something like:
    1212   {{{
    13 {% extends "admin_copies/change_form" %}
     13{% extends "admin_copies/change_form.html" %}
    1414{% block coltype %}colMS{% endblock %}
    1515{% block sidebar %}
Back to Top