comparison src/browser/sat_browser/register.py @ 793:249e49f56f67

browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
author souliane <souliane@mailoo.org>
date Tue, 08 Dec 2015 00:12:51 +0100
parents 8ac862f6e5b3
children a6b39838353f
comparison
equal deleted inserted replaced
792:b993ff0fd02d 793:249e49f56f67
221 self.email_box.setText('') 221 self.email_box.setText('')
222 self.right_side.showStack(0) 222 self.right_side.showStack(0)
223 self.login_pass_box.setFocus(True) 223 self.login_pass_box.setFocus(True)
224 Window.alert(_('An email has been sent to you with your login informations\nPlease remember that this is ONLY A TECHNICAL DEMO.')) 224 Window.alert(_('An email has been sent to you with your login informations\nPlease remember that this is ONLY A TECHNICAL DEMO.'))
225 else: 225 else:
226 Window.alert(_('Submit error: %s' % result)) 226 Window.alert(_("An error occurred and we couldn't process your request. Please report the following error name to the administrators of your network: '%s'" % result))
227 227
228 228
229 class RegisterBox(PopupPanel): 229 class RegisterBox(PopupPanel):
230 230
231 def __init__(self, callback, *args, **kwargs): 231 def __init__(self, callback, *args, **kwargs):