Changeset 355

Show
Ignore:
Timestamp:
05/16/08 13:47:57 (8 months ago)
Author:
johnbywater
Message:

Added more 'expansion point' template blocks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/django/templates/registry/read.html

    r347 r355  
    77  <form> 
    88  <fieldset> 
     9  {% block fieldset_details_before %}{% endblock %} 
     10  {% block fieldset_details %} 
    911    <legend> 
    1012      details 
     
    3941    </ul> 
    4042  </fieldset> 
     43  {% endblock %} 
     44  {% block fieldset_details_after %}{% endblock %} 
    4145  </form> 
    4246 
     
    5761  </form> 
    5862  {% endif %} 
     63 
     64{% block read_form_after %}{% endblock %} 
    5965 
    6066{% endblock %} 
  • trunk/src/dm/django/templates/registry/update.html

    r284 r355  
    3737  </ul> 
    3838  </fieldset> 
     39 
    3940  Please check the details and 
    4041  <input type="submit" name="submission" value="Submit" /> 
    4142</form> 
    4243 
     44{% block update_form_after %}{% endblock %} 
     45 
    4346{% endblock %} 
    4447