diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-03-28 19:08:05 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-03-28 19:08:05 +0100 |
commit | 5738da8566cefc54df0cfba83a6bcdc89520c92a (patch) | |
tree | b67afeefd9776ef169bda52e386bae193d65da05 /templates/cave_debug.html | |
parent | bbc13c4eb9a426f483aac48a97e76a1a1b08f053 (diff) | |
download | troggle-5738da8566cefc54df0cfba83a6bcdc89520c92a.tar.gz troggle-5738da8566cefc54df0cfba83a6bcdc89520c92a.tar.bz2 troggle-5738da8566cefc54df0cfba83a6bcdc89520c92a.zip |
cached_slug str now a .slug field & pending fixed
Diffstat (limited to 'templates/cave_debug.html')
-rw-r--r-- | templates/cave_debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html index 7de0ce0..6ff51c0 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -18,7 +18,7 @@ #{{ent.id}} {{ent}} </td> <td> - {{ent.cached_slug}} + {{ent.slug}} </td> <td> {{ent.entranceslug_set.all|length }} |