diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 23:19:48 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 23:19:48 +0100 |
commit | 269020391240f15d5d5997f88b51f401abf37cb1 (patch) | |
tree | 75cf2d8802bf0d0abe583e25f6b012d77d484f8c /templates | |
parent | 9d8a44696bfcd045d64acb7d6eb0038a721cd8f3 (diff) | |
download | troggle-269020391240f15d5d5997f88b51f401abf37cb1.tar.gz troggle-269020391240f15d5d5997f88b51f401abf37cb1.tar.bz2 troggle-269020391240f15d5d5997f88b51f401abf37cb1.zip |
new method for /site-media/, /static/, /photos/
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nodirlist.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/nodirlist.html b/templates/nodirlist.html new file mode 100644 index 0000000..9b2d295 --- /dev/null +++ b/templates/nodirlist.html @@ -0,0 +1,7 @@ +{% extends "expobase.html" %} +{% block title %}Page not found {{ path }}{% endblock %} +{% block body %} +<h1>Directory not displayed: {{ path }}</h1> + <p>Only individual files may be displayed from this directory. No directory listing available. +{% include "menu.html" %} +{% endblock %} |