diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-12-05 21:45:06 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-12-05 21:45:06 +0000 |
commit | 406b4590a9470aa0a965b46bbe06730d3a278f9b (patch) | |
tree | 66d57bcb7dec3c34610aa681691cbf73dfbde9e7 /templates/errors | |
parent | b3aa99f008f7b34772e296eaa45a7457a41beea6 (diff) | |
download | troggle-406b4590a9470aa0a965b46bbe06730d3a278f9b.tar.gz troggle-406b4590a9470aa0a965b46bbe06730d3a278f9b.tar.bz2 troggle-406b4590a9470aa0a965b46bbe06730d3a278f9b.zip |
fix tests to match new error messages
Diffstat (limited to 'templates/errors')
-rw-r--r-- | templates/errors/svxcavesingle404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/errors/svxcavesingle404.html b/templates/errors/svxcavesingle404.html index 81e82fa..dc5404f 100644 --- a/templates/errors/svxcavesingle404.html +++ b/templates/errors/svxcavesingle404.html @@ -1,4 +1,4 @@ -<!-- svxcavesingle404.html - this text visible because this template has been included --> +<!-- errors/svxcavesingle404.html - this text visible because this template has been included --> {% extends "base.html" %} {% block title %}Troggle Error - Bad Cave ID{% endblock %} |