Changeset 355
- Timestamp:
- 05/16/08 13:47:57 (8 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/read.html (modified) (3 diffs)
- trunk/src/dm/django/templates/registry/update.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/read.html
r347 r355 7 7 <form> 8 8 <fieldset> 9 {% block fieldset_details_before %}{% endblock %} 10 {% block fieldset_details %} 9 11 <legend> 10 12 details … … 39 41 </ul> 40 42 </fieldset> 43 {% endblock %} 44 {% block fieldset_details_after %}{% endblock %} 41 45 </form> 42 46 … … 57 61 </form> 58 62 {% endif %} 63 64 {% block read_form_after %}{% endblock %} 59 65 60 66 {% endblock %} trunk/src/dm/django/templates/registry/update.html
r284 r355 37 37 </ul> 38 38 </fieldset> 39 39 40 Please check the details and 40 41 <input type="submit" name="submission" value="Submit" /> 41 42 </form> 42 43 44 {% block update_form_after %}{% endblock %} 45 43 46 {% endblock %} 44 47
