Changeset 60
- Timestamp:
- 01/04/07 00:48:29 (2 years ago)
- Location:
- unicoders/trunk/unicoders
- Files:
-
- 2 modified
-
code/templates/code.html (modified) (1 diff)
-
projects/models.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unicoders/trunk/unicoders/code/templates/code.html
r28 r60 10 10 11 11 <div id="main"> 12 13 <h2><a href="/">ⓤ Unicoders</a></h2> 12 14 13 15 <h3><a href="{{ url }}">{{ path }}</a></h3> -
unicoders/trunk/unicoders/projects/models.py
r32 r60 16 16 # done 17 17 ("hack", "Could Be Better"), 18 ("frikkin hack", "Couldn’t be worse"), 18 19 ("done", "Done"), 19 20 … … 76 77 77 78 class Admin: 78 list_display = ("title", " project", "type", "status", "assigned_to", "tags")79 list_display = ("title", "tiny_id", "project", "type", "status", "assigned_to", "tags") 79 80 list_display_links = ("title",) 80 81 list_filter = ("project", "type", "status", "assigned_to")