ui: Add warning to unlock page.

This commit is contained in:
tecnovert
2022-11-22 10:28:02 +02:00
parent b5b43a8bf3
commit 9370eff4a6
3 changed files with 11 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ def page_unlock(self, url_split, post_string):
server = self.server
swap_client = server.swap_client
messages = []
messages = ['Warning: This will unlock the system for all users!', ]
err_messages = []
form_data = self.checkForm(post_string, 'unlock', err_messages)