diff options
Diffstat (limited to 'bn_django/templates/comments/form.html')
-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> |