aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-16 23:14:37 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-16 23:14:37 -0700
commitf937de932d87737d14278003f80b5bc5025acdc6 (patch)
tree340429a6f2b52c6729ebe7e3cd30771042db9aba /view/jot.tpl
parent5e4df4b3f7782f8a82664d24b86d46a14b3d178b (diff)
downloadvolse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.tar.gz
volse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.tar.bz2
volse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.zip
fixing stuff that broke with the last big code push
Diffstat (limited to 'view/jot.tpl')
-rw-r--r--view/jot.tpl3
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>