diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-02-26 23:20:59 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-02-26 23:20:59 +0000 |
commit | 6d435ee473335f122799ac08347b7fe2433da80f (patch) | |
tree | 750bdf6ac82210416908aa332073e51a94e7c3ee /core/views/expo.py | |
parent | 7f542b8936c6690f82b807fb81b3f87213ea96bf (diff) | |
download | troggle-6d435ee473335f122799ac08347b7fe2433da80f.tar.gz troggle-6d435ee473335f122799ac08347b7fe2433da80f.tar.bz2 troggle-6d435ee473335f122799ac08347b7fe2433da80f.zip |
more comments
Diffstat (limited to 'core/views/expo.py')
-rw-r--r-- | core/views/expo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/expo.py b/core/views/expo.py index bcd446e..3a89269 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -47,7 +47,7 @@ default_head = '''<head> <li><form name=P method=get action="/search" target="_top"> <input id="omega-autofocus" type=search name=P size=8 autofocus> <input type=submit value="Search"></li> -</ul>''' +</ul>''' # this gets overwritten by templates/menu.html by django for most normal pages def expofiles_redirect(request, filepath): '''This is used only when running as a test system without a local copy of /expofiles/ |