[mezzanine-users] Re: Let's translate the official docs!

2014-08-02 Thread Diego Ponci
I'd be more than happy to help with Portuguese (Brazilian) translations. On Wednesday, July 30, 2014 3:55:51 AM UTC-3, Andrzej Grymkowski wrote: I may try in translate the docs to Polish. On Tuesday, July 29, 2014 7:19:20 PM UTC+2, Eduardo Rivas wrote: Hello everyone. I've been speaking

[mezzanine-users] Slug based context processor: can't use two arguments

2013-12-23 Thread Diego Ponci
I've written a context processor, as stated in the docs, so, I have #context_processors.py from mezzanine.pages.page_processors import processor_for @processor_for('myform') def another_form_processor(request, page): return {form: {}} and added context_processors.another_form_processor to