diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 00:05:02 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 00:05:02 +0100 |
commit | f9175cc6fad11770278d798863c9ade3b325d305 (patch) | |
tree | fd071966cd3781138dfe740f9a65f91d29d750e9 /expo/views_other.py | |
parent | 91b8ba1be31bc96829676567341d5f342301dd29 (diff) | |
download | troggle-f9175cc6fad11770278d798863c9ade3b325d305.tar.gz troggle-f9175cc6fad11770278d798863c9ade3b325d305.tar.bz2 troggle-f9175cc6fad11770278d798863c9ade3b325d305.zip |
[svn] * Added admin inlines for QMs in LogbookEntry model
* Added QM list edit view
* Fixed "recent changes" box on front page
Diffstat (limited to 'expo/views_other.py')
-rw-r--r-- | expo/views_other.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/expo/views_other.py b/expo/views_other.py index f5944a6..c6da4b3 100644 --- a/expo/views_other.py +++ b/expo/views_other.py @@ -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):
|