update translation
This commit is contained in:
parent
54aa9c759e
commit
49ce34758a
3 changed files with 31 additions and 23 deletions
|
@ -29,7 +29,7 @@ class UserCredential(forms.Form):
|
|||
user.save()
|
||||
self.user = user
|
||||
else:
|
||||
raise forms.ValidationError("Bad user")
|
||||
raise forms.ValidationError(_(u"Bad user"))
|
||||
|
||||
|
||||
class TicketForm(forms.ModelForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue