Jean-Baptiste PENRATH

Results 40 comments of Jean-Baptiste PENRATH

Here my remarks: - About self care and self pace course, I wonder what is better between just displaying "total effort" or suggest an optimal rhythm for which the course...

@sveetch furthermore, this error does not occured when you are logged in as a publisher. And the only workaround I found for now is to republish the blogpost...

As a workaround, what do you think to replace : ```python {% with category_variant="tag" has_link=False %} {% show_placeholder "categories" blogpost_page %} {% endwith %} ``` by ```python {% get_page_plugins "categories"...

@sveetch you are right, `show_placeholder` uses `render_plugin` to retrieve the content. As we do not yet find how to reproduce this bug I can't really test my solution from my...

Good idea ! First, I think it makes sense to remove a retired course from the search index. Then I wonder if we could not display a minimal course page....

Oh the `bootstrap-cookiecutter` job fails because your branch exists on a fork not on the repository... About the backend test failure, it's maybe a flaky test 🤔 ``` =================================== FAILURES...

About responsive, I'll prevent the button to shrink and instead shrink the text on the left.

easy_thumbnails 2.8.2 has been released the 31th july and [introduces optional SVG support](https://github.com/SmileyChris/easy-thumbnails/compare/2.8.1..2.8.2). As django-filer does not pinned this dependency and does not install `easy_thumbnails[svg]`, this update has broken my...

From my side, the issue has been solved with https://github.com/django-cms/django-filer/pull/1305.

Hey Sandro, look's interesting. I'll have few suggestion to improve your contribution. First, there is already an existing banner component and I think you could be use it here. https://github.com/openfun/richie/blob/fcff6bc248d21f3acb7a0c8dcb5b1ef09c18cdbb/src/richie/apps/courses/templates/courses/cms/fragment_error_detail_template_banner.html#L1-L14...