diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-10 13:10:55 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-10 13:10:55 +0200 |
commit | f5f3adf7da2a84562d2179b2fa2b72117c57a61c (patch) | |
tree | 78dd31b7bba2f58efd28bbf00009ea72feb39ca3 /urls.py | |
parent | 63ef8c9fb140e304ed1954a7a9a3fa9c9c8bb00a (diff) | |
download | troggle-f5f3adf7da2a84562d2179b2fa2b72117c57a61c.tar.gz troggle-f5f3adf7da2a84562d2179b2fa2b72117c57a61c.tar.bz2 troggle-f5f3adf7da2a84562d2179b2fa2b72117c57a61c.zip |
fixing index.htm as troggle-managed page
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ else: trogglepatterns = [ path('pubs.htm', pubspage, name="pubspage"), # ~165 hrefs to this url in expoweb files + #path('', indexpage, name="indexpage"), # ~1,212 hrefs to this url in expoweb files path('index.htm', indexpage, name="indexpage"), # ~1,212 hrefs to this url in expoweb files path('expofiles/', include(expofilesurls)), # intercepted by Apache, if it is running. |