Allow masquerading as a specific user different from the logged in user.

This commit is contained in:
Sven Marnach
2015-07-01 20:05:58 +02:00
committed by Braden MacDonald
parent d494fe22f1
commit 3d7246ecc8
24 changed files with 539 additions and 159 deletions

View File

@@ -96,6 +96,7 @@ class HtmlDescriptor(HtmlFields, XmlDescriptor, EditingDescriptor): # pylint: d
filename_extension = "xml"
template_dir_name = "html"
has_responsive_ui = True
show_in_read_only_mode = True
js = {'coffee': [resource_string(__name__, 'js/src/html/edit.coffee')]}
js_module_name = "HTMLEditingDescriptor"