Skip to content

Commit

Permalink
fix: restore jQuery UI on model-translation admin
Browse files Browse the repository at this point in the history
See #1967
  • Loading branch information
jerivas committed Aug 18, 2020
1 parent e9111cc commit 58aea59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mezzanine/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class BaseTranslationModelAdmin(TranslationAdmin):
"""
class Media:
js = (
static("mezzanine/js/%s" % settings.JQUERY_UI_FILENAME),
static("mezzanine/js/admin/tabbed_translation_fields.js"),
)
css = {
Expand Down

0 comments on commit 58aea59

Please sign in to comment.