We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9111cc commit 58aea59Copy full SHA for 58aea59
mezzanine/core/admin.py
@@ -36,6 +36,7 @@ class BaseTranslationModelAdmin(TranslationAdmin):
36
"""
37
class Media:
38
js = (
39
+ static("mezzanine/js/%s" % settings.JQUERY_UI_FILENAME),
40
static("mezzanine/js/admin/tabbed_translation_fields.js"),
41
)
42
css = {
0 commit comments