web: add file-level comment editing support
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 03 Jul 2010 10:54:16 -0400 |
parents |
014df093430e
|
children |
431b3e74013f
|
branches/tags |
(none) |
files |
review/templates/pieces/forms/comment-change.html |
Changes
--- a/review/templates/pieces/forms/comment-change.html Sat Jul 03 10:51:25 2010 -0400
+++ b/review/templates/pieces/forms/comment-change.html Sat Jul 03 10:54:16 2010 -0400
@@ -22,6 +22,7 @@
</label>
</div>
+ <input type="hidden" name="filename" value="{{ filename }}" />
<input type="hidden" name="current" value="{{ comment.identifier }}"/>
<a class="submit button" href="#"><span>Edit Comment</span></a>
<a class="cancel-edit button" href="#"><span>Cancel</span></a>