personal notes going to wall instead of PN in dispy
This commit is contained in:
parent
510eb6d24d
commit
d6d24f3b6a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="profile-jot-form" action="$action" method="post" >
|
<form id="profile-jot-form" action="$action" method="post" >
|
||||||
<input type="hidden" name="type" value="wall" />
|
<input type="hidden" name="type" value="$ptyp" />
|
||||||
<input type="hidden" name="profile_uid" value="$profile_uid" />
|
<input type="hidden" name="profile_uid" value="$profile_uid" />
|
||||||
<input type="hidden" name="return" value="$return_path" />
|
<input type="hidden" name="return" value="$return_path" />
|
||||||
<input type="hidden" name="location" id="jot-location" value="$defloc" />
|
<input type="hidden" name="location" id="jot-location" value="$defloc" />
|
||||||
|
|
Loading…
Reference in a new issue