no addslash here

This commit is contained in:
meejah 2020-02-29 05:37:05 -07:00
parent bc2f5f8e88
commit 0acf0d2a7e
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ def _directory_readonly_uri(req, dirnode):
return text_plain(dirnode.get_readonly_uri(), req)
class RenameForm(Element, object):
addSlash = True
loader = XMLFile(FilePath(__file__).sibling("rename-form.xhtml"))
def __init__(self, original):