[gen] Add the possibility, for an admin, to unlock a page that was locked for too long by some user.
This commit is contained in:
parent
89c961c5c5
commit
fd33e73efa
7 changed files with 46 additions and 11 deletions
|
@ -19,7 +19,7 @@ except ImportError:
|
|||
|
||||
# Errors -----------------------------------------------------------------------
|
||||
jsMessages = ('no_elem_selected', 'delete_confirm', 'unlink_confirm',
|
||||
'warn_leave_form')
|
||||
'unlock_confirm', 'warn_leave_form')
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class ToolMixin(BaseMixin):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue