diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index f7cb49ec4..dca307c39 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -4,8 +4,9 @@ What's on your mind? </p> <form id="profile-jot-form" action="item" method="post" > -<input type="hidden" name="type" value="jot" /> +<input type="hidden" name="type" value="wall" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> +<input type="hidden" name="return" value="$return_path" /> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea> |