diff options
Diffstat (limited to 'templates/cave_debug.html')
-rw-r--r-- | templates/cave_debug.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html index 6ff51c0..dee9518 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -7,8 +7,8 @@ <h2 id="cmult">Entrances</h2> <table> -<tr><th>ent</th> -<th>cached_slug</th> +<tr><th>entrance</th> +<th>ent slug</th> <th>N slugs</th> <th>slugs</th> </tr> @@ -21,12 +21,10 @@ {{ent.slug}} </td> <td> - {{ent.entranceslug_set.all|length }} +- </td> <td> - {% for s in ent.entranceslug_set.all %} - {{s.slug}}, - {% endfor %} +- </td> {% endfor %} |