Changeset 410
- Timestamp:
- 10/14/08 13:57:02 (3 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/list.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/list.html
r398 r410 14 14 15 15 {% block content_title %}<h2>{{registerNameTitle}}</h2>{% endblock %} 16 17 <div id="register-table"> 16 18 17 19 {% block table_comment %} 18 20 19 <div id="register-table"></div>20 21 21 22 {% block table_comment_before %}{% endblock %} … … 118 119 </table> 119 120 {% endif %} 121 </div> 120 122 121 123 {% block creation %}
