diff options
Diffstat (limited to 'view/de/jot.tpl')
-rw-r--r-- | view/de/jot.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/de/jot.tpl b/view/de/jot.tpl index 1411b8a7f..f42f37156 100644 --- a/view/de/jot.tpl +++ b/view/de/jot.tpl @@ -13,6 +13,11 @@ <input type="hidden" name="location" id="jot-location" value="$defloc" /> <input type="hidden" name="coord" id="jot-coord" value="" /> +<div id="profile-jot-plugin-wrapper" > + $jotplugins +</div> +<div id="profile-jot-plugin-end"></div> + <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea> <div id="profile-jot-submit-wrapper" > |