Changeset 2971
- Timestamp:
- 02/24/07 21:16:46 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/databases/index.html
r2970 r2971 15 15 % for db_id, db in c.dbs.iteritems(): 16 16 <li> 17 <a href="${h.url_for('database', id=db_id)}">${h.label( c.db)}</a>17 <a href="${h.url_for('database', id=db_id)}">${h.label(db)}</a> 18 18 </li> 19 19 % endfor
