diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-06 22:01:24 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-06 22:01:24 -0800 |
commit | 3a454ef090f5afe3d0ddf119afa0ca6312e52c3b (patch) | |
tree | ebca4fcddf74c852d6567688f17db77ba4077bac /bn_django/templates/comments | |
parent | 569bc574bd24518eefe572e088a128dc76fca4c2 (diff) | |
download | bnewnet-3a454ef090f5afe3d0ddf119afa0ca6312e52c3b.tar.gz bnewnet-3a454ef090f5afe3d0ddf119afa0ca6312e52c3b.zip |
unknown
Diffstat (limited to 'bn_django/templates/comments')
-rw-r--r-- | bn_django/templates/comments/form.html | 4 |
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> |