summaryrefslogtreecommitdiffstats
path: root/templates/cave_debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave_debug.html')
-rw-r--r--templates/cave_debug.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html
index be0ce20..7de0ce0 100644
--- a/templates/cave_debug.html
+++ b/templates/cave_debug.html
@@ -8,17 +8,17 @@
<h2 id="cmult">Entrances</h2>
<table>
<tr><th>ent</th>
-<th>cached_primary_slug</th>
+<th>cached_slug</th>
<th>N slugs</th>
<th>slugs</th>
</tr>
{% for ent in ents %}
<tr>
<td>
- {{ent}}
+ #{{ent.id}} {{ent}}
</td>
<td>
- {{ent.cached_primary_slug}}
+ {{ent.cached_slug}}
</td>
<td>
{{ent.entranceslug_set.all|length }}