David THENON
David THENON
@barseghyanartur Sorry for the delay. I've just tried with your last commit (b39344668cbb11aef5249644edb945c1a2b3c449) from branch https://github.com/barseghyanartur/django-fobi/tree/v0.17.x and it works well, not any error when creating new form with a recaptcha...
Also you got some warnings from Python about deprecated `\s` escaping sequence in regex: ``` .envs/default/lib/python3.6/site-packages/fobi/base.py:1553 /home/emencia/projects/respiragora/.envs/default/lib/python3.6/site-packages/fobi/base.py:1553: DeprecationWarning: invalid escape sequence \s initial = re.sub("{{\s+", "{{", initial) .envs/default/lib/python3.6/site-packages/fobi/base.py:1554 /home/emencia/projects/respiragora/.envs/default/lib/python3.6/site-packages/fobi/base.py:1554: DeprecationWarning:...
Theoretically, there is a base structure which should allow for multi column, but i'm not sure it has been correctly maintained since we never used it, also this plugins can...
I saw this during working on a new site for the factory. It happen everywhere blogpost glimpse is involved, so in blogpost list view also. Also this happen on all...
@jbpenrath what you have cited is exaclty the old buggy behavior we did have with the category glimpse in blogpost a long time ago. There was something like a cache...
So you think `show_placeholder` is at fault here with `has_link` value ? Personally i can't tell if it will change our wrong behavior or not, i would think that `show_placeholder`...
There is also this app to include filer usage a CKEditor plugin instead of the CMS plugin which involve nested plugin for each file: https://github.com/nephila/django-ckeditor-filebrowser-filer
As discussed today from Slack with @jmaupetit and @mbenadda , it seems log ouptut is totally muted in local development, particularly from CLI commands like `bootstrap_elasticsearch`. This would be nice...
I can help on this, i published many doc to RTD and seems your documentation in docs/ is pretty simple to publish. I could publish it on RTD then give...
Yep, this is because grid column and row are already implemented through grid layout components: https://crispy-forms-foundation.readthedocs.io/en/latest/layout/grid.html