diff options
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/cache.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/cache.html b/debug_toolbar/templates/debug_toolbar/panels/cache.html index 9d51404..21ea173 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/cache.html +++ b/debug_toolbar/templates/debug_toolbar/panels/cache.html @@ -14,7 +14,7 @@ <th>Total Calls</th> <td>{{ cache_calls }}</td> <th>Total Time</th> - <td>{{ cache_time }}</td> + <td>{{ cache_time }}ms</td> <th>Hits</th> <td>{{ cache.hits }}</td> <th>Misses</th> |
