branch | xbelweb |
changeset 53 | e80160a19653 |
parent 50 | 5275135955c0 |
--- a/do_edit_kw.py Sun Oct 26 22:56:49 2003 -0500 +++ b/do_edit_kw.py Mon Oct 27 02:26:39 2003 -0500 @@ -19,7 +19,6 @@ def main(action, sel_keywords, keywords, prefs): tmpl = Template("kw_confirm.tmpl", prefs) - tmpl.set("pagetitle", os.environ["REMOTE_USER"]+"'s XBELWeb Confirmation") tmpl.set("confirm_delete", action == 'delete') tmpl.set("confirm_merge", action == 'merge') tmpl.set("confirm_rename", action == 'rename')