Browse Source

Only display "bypass cache" option if the result was actually cached.

pull/24/head
Ben Kurtovic 12 years ago
parent
commit
969badc4a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/copyvios.mako

+ 1
- 1
pages/copyvios.mako View File

@@ -366,7 +366,7 @@
<td><input type="text" name="url" size="120" /></td>
% endif
</tr>
% if query.get("nocache") or page:
% if query.get("nocache") or (result and result.cached):
<tr>
<td>Bypass cache:</td>
% if query.get("nocache"):


Loading…
Cancel
Save