mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
forms: Replace unicode strings by str
This commit is contained in:
parent
57e979b1ab
commit
32d3b5d088
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ class UploadAvatarForm(forms.Form):
|
|||
|
||||
if mime not in settings.AVATAR_ALLOWED_MIMETYPES:
|
||||
err = _(
|
||||
u"File content is invalid. Detected: %(mimetype)s "
|
||||
"File content is invalid. Detected: %(mimetype)s "
|
||||
"Allowed content types are: %(valid_mime_list)s"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ msgid ""
|
|||
"\">upload one</a> now."
|
||||
msgstr ""
|
||||
"Nemáte žiadne profilové fotografie, ktoré by ste mohli zmazať. "
|
||||
"Nahrať si ich môžete <a href=\"%(avatar_change_url)\">tu</a>."
|
||||
"Nahrať si ich môžete <a href=\"%(avatar_change_url)s\">tu</a>."
|
||||
|
||||
#: templates/avatar/confirm_delete.html:15
|
||||
msgid "Delete These"
|
||||
|
|
|
|||
Loading…
Reference in a new issue