diff options
Diffstat (limited to 'templates/svxcavesingle404.html')
-rw-r--r-- | templates/svxcavesingle404.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/svxcavesingle404.html b/templates/svxcavesingle404.html deleted file mode 100644 index 2438685..0000000 --- a/templates/svxcavesingle404.html +++ /dev/null @@ -1,27 +0,0 @@ -<!-- svxcavesingle404.html - this text visible because this template has been included --> -{% extends "base.html" %} -{% block title %}List of survex files{% endblock %} - -{% block content %} - -<h1>Cave not found in database</h1> - -<h3>Cave number looked for: '{{cave}}'</h3> -<ul> -<li>- unofficial number like this not found</li> -<li>- kataster number like this not found</li> -</ul> - -<h3>You probably got here because a survex (.svx) file has been stored on the server in the -<a href="/handbook/computing/repos.html"><var>:loser:</var></a> repository -but whoever was -responsible has not yet created the appropriate XML file the -<a href="/handbook/computing/repos.html"><var>:expoweb:</var></a> repository -which registers the cave description and ties together -the survex files with everything else. -</h3> - -<p>The process for registering a new cave is documented in -<a href="/handbook/survey/caveentry.html">this part of the survey handbook</a>. -<p> -{% endblock %} |