diff options
Diffstat (limited to 'templates/nodirlist.html')
-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 %} |