diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm
index 27794c8bb..713399bfd 100644
--- a/lib/WebGUI/HTMLForm.pm
+++ b/lib/WebGUI/HTMLForm.pm
@@ -1529,11 +1529,12 @@ sub template {
if (_uiLevelChecksOut($uiLevel)) {
$label = $label || WebGUI::International::get(356);
if (WebGUI::Privilege::isInGroup($session{setting}{templateManagersGroup})) {
- if ($afterEdit) {
- $subtext = ''.WebGUI::International::get(741).' / ';
- }
+ #disabled until we can resolve the "new" wobject problem
+ #if ($afterEdit) {
+ # $subtext = ''.WebGUI::International::get(741).' / ';
+ #}
$subtext .= ''
.WebGUI::International::get(742).'';
}