diff options
Diffstat (limited to 'core/views/scans.py')
-rw-r--r-- | core/views/scans.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/scans.py b/core/views/scans.py index aed38ee..9555b3f 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -217,7 +217,7 @@ def cavewallets(request, caveid): if caveid in Gcavelookup: cave = Gcavelookup[caveid] else: - return render(request, "errors/badslug.html", {"badslug": caveid}) + return render(request, "errors/badslug.html", {"badslug": f"{caveid} - from cavewallets()"}) # remove duplication. Sorting is done in the template # But this only gets wallets which have survex files attached.. |