We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@admin.register(SMSText) class SMSTextSingletonInline(SingletonModelAdmin, TranslationAdmin): class Media: js = ( 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js', 'modeltranslation/js/tabbed_translation_fields.js', ) css = { 'screen': ('modeltranslation/css/tabbed_translation_fields.css',), }
I expected all fields to be in masonry but one field is out
The text was updated successfully, but these errors were encountered:
Well, that's strange. Does it happens when you not overriding Media?
Sorry, something went wrong.
@register(SMSText) class SMSTextOptions(TranslationOptions): fields = ( 'replace_decoration', 'removal_session', 'course_evaluation', 'happy_birthday', 'healing_tools', 'pin', 'leave_review', 'prepayment', 'prepayment_description', 'before_session', 'vip', 'create_certificate', 'customer_balance', 'start_studing', 'payment_session', 'payment_session_invoice', 'send_info_student', )
exactly the same mistake
but it's fine for that
I don't have time to debug this, but you can try to find a fix yourself and make a PR.
No branches or pull requests
I expected all fields to be in masonry but one field is out
The text was updated successfully, but these errors were encountered: