mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-20 06:41:05 +00:00
fix unicode verbose_name view in administration
This commit is contained in:
parent
b804f25585
commit
c6e5f9e68e
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class SortableAdmin(ModelAdmin):
|
|||
verbose_name_plural = opts.verbose_name_plural
|
||||
|
||||
context = {
|
||||
'title': 'Drag and drop {0} to change display order'.format(
|
||||
'title': u'Drag and drop {0} to change display order'.format(
|
||||
capfirst(verbose_name_plural)),
|
||||
'opts': opts,
|
||||
'app_label': opts.app_label,
|
||||
|
|
|
|||
Loading…
Reference in a new issue