Loading django/views/i18n.py +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ LibFormatFoot = """ function get_format(format_type) { var value = formats[format_type]; if (typeof(value) == 'undefined') { return msgid; return format_type; } else { return value; } Loading Loading
django/views/i18n.py +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ LibFormatFoot = """ function get_format(format_type) { var value = formats[format_type]; if (typeof(value) == 'undefined') { return msgid; return format_type; } else { return value; } Loading