Changeset 60

Show
Ignore:
Timestamp:
01/04/07 00:48:29 (2 years ago)
Author:
verbosus
Message:

Added link back to the home page from code template

Location:
unicoders/trunk/unicoders
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • unicoders/trunk/unicoders/code/templates/code.html

    r28 r60  
    1010 
    1111<div id="main"> 
     12 
     13<h2><a href="/">ⓤ Unicoders</a></h2> 
    1214 
    1315<h3><a href="{{ url }}">{{ path }}</a></h3> 
  • unicoders/trunk/unicoders/projects/models.py

    r32 r60  
    1616    # done 
    1717    ("hack", "Could Be Better"), 
     18    ("frikkin hack", "Couldn’t be worse"), 
    1819    ("done", "Done"), 
    1920 
     
    7677 
    7778    class Admin: 
    78         list_display = ("title", "project", "type", "status", "assigned_to", "tags") 
     79        list_display = ("title", "tiny_id", "project", "type", "status", "assigned_to", "tags") 
    7980        list_display_links = ("title",) 
    8081        list_filter = ("project", "type", "status", "assigned_to")