mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-25 12:43:45 +00:00
Fix typo
This commit is contained in:
parent
f238d6b00d
commit
b163182c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ The proposed way to include it is through the inner ``Media`` class of a
|
|||
class NewsAdmin(TranslationAdmin):
|
||||
class Media:
|
||||
js = (
|
||||
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'
|
||||
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
|
||||
'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js',
|
||||
'modeltranslation/js/tabbed_translation_fields.js',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue