aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-06 22:01:24 -0800
committerbnewbold <bnewbold@manus.(none)>2007-03-06 22:01:24 -0800
commit3a454ef090f5afe3d0ddf119afa0ca6312e52c3b (patch)
treeebca4fcddf74c852d6567688f17db77ba4077bac
parent569bc574bd24518eefe572e088a128dc76fca4c2 (diff)
downloadbnewnet-3a454ef090f5afe3d0ddf119afa0ca6312e52c3b.tar.gz
bnewnet-3a454ef090f5afe3d0ddf119afa0ca6312e52c3b.zip
unknown
-rw-r--r--bn_django/templates/comments/form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/templates/comments/form.html b/bn_django/templates/comments/form.html
index 316d6a1..403dd2b 100644
--- a/bn_django/templates/comments/form.html
+++ b/bn_django/templates/comments/form.html
@@ -29,8 +29,8 @@
<p>
<input type="hidden" name="options" value="{{ options }}" />
-<input type="hidden" name="target" value="{{ target }}" />
-<input type="hidden" name="gonzo" value="{{ hash }}" />
+<input type="hidden" name="target" value="{{ target }}{{object.type}}:{{object.id}}" />
+<input type="hidden" name="gonzo" value="{{ hash }}asdf" />
<input type="submit" name="preview" value="{% trans "Preview comment" %}" />
</p>
</form>