darbula

Results 3 comments of darbula

Yes I'm using `{% news_and_events %}` the other approach is to use plugin but I like tag better. For now I solved `work_out_entity` by uncommenting import line and giving the...

What is the alternative, except for using plugin in placeholder?

Got it working. Try to just inherit `GenericInlineModelAdmin` and `TranslatableTabularInline` in your inline admin. Also I have defined form in this admin that inherits from `TranslatableModelForm`.