[svn] * Added admin inlines for QMs in LogbookEntry model

* Added QM list edit view
* Fixed "recent changes" box on front page
This commit is contained in:
substantialnoninfringinguser
2009-06-10 00:05:02 +01:00
parent a3e42d3b19
commit 85ada36973
7 changed files with 111 additions and 23 deletions

View File

@@ -35,6 +35,7 @@ def frontpage(request):
logbookentry = LogbookEntry
cave = Cave
photo = Photo
from django.contrib.admin.templatetags import log
return render_response(request,'frontpage.html', locals())
def todo(request):