diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 02453e9af..f42fc83ae 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -190,7 +190,8 @@ <!-- BEGIN author_field --> <label>{lang:upload_author}<input type="text" name="author"></label> <!-- END author_field --> - <label>{lang:comment}<textarea name="content" rows="10" cols="80"></textarea></label> + <label>{lang:comment}<textarea name="content" rows="5" cols="80"></textarea></label> + <input type="hidden" name="key" value="{comments.add_comment.key}" /> <input type="submit" value="{lang:submit}"> </fieldset> </form> |