summaryrefslogtreecommitdiff
path: root/objectapp/templates/objectapp/version_diff.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/objectapp/version_diff.html')
-rw-r--r--objectapp/templates/objectapp/version_diff.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/objectapp/templates/objectapp/version_diff.html b/objectapp/templates/objectapp/version_diff.html
index a552b5c..b798dcc 100644
--- a/objectapp/templates/objectapp/version_diff.html
+++ b/objectapp/templates/objectapp/version_diff.html
@@ -250,8 +250,8 @@
</tr>
<tr><td>
<form method="get" action="/objects/display/revert" >
-<input type="submit" value="Revert" name="{{ ssid1 }}"></input></td>
-<td><input type="submit" value="Revert" name="{{ ssid2 }}"></input></td>
+<input type="submit" value="Revert to {{ nt.id }}.{{ version_no1 }}" name="{{ ssid1 }}"></input></td>
+<td><input type="submit" value="Revert to {{ nt.id }}.{{ version_no2 }}" name="{{ ssid2 }}"></input></td>
</form></tr>
</table>
</body>