-
On souhiate faire une refonte de landing page en utilisant un CMS qui permette de faire de la maintenance à des membres de l'équipe non-codeurs.
Suite à une enquête au près de la communauté Beta, l…
-
In wagtail-admin, the page titles always use `en` (it seems). It doesn't change even when I change the user's language in the account settings, nor respects the defaults (which is `fr` in my case).
…
-
I think using wagtail localize there needs to be some extra model keeping track of the pages that are translated, pages that are no longer in sync.
The problem is when you do not translate or want …
-
Currently, when using wagtail-localize, a MarkdownField cannot be translated in an easy way, as the whole content of the field is put into one translation segment. For a long page with a markdown body…
-
I have some pages that are expected to be typed in by hand, so for these pages urls will be case-insensitive.
I envision this being implemented as a redirect to the properly cased url and triggered a…
-
TableBlock (https://docs.wagtail.io/en/stable/reference/contrib/table_block.html) texts don't appear in localized pages to be translated
-
Salut !
Je suis dev sur Le Marché de l'inclusion (GIP Inclusion / [site web](https://lemarche.inclusion.beta.gouv.fr/) / [repo github](https://github.com/gip-inclusion/le-marche)), une app 100% Dja…
-
If a page has a child object with a CharField and that Charfield has choices and a default, it is not possible to save a page with a child object with the default value set as the value of the Charfie…
-
### Issue Summary
When creating blocks within a ListBlock, we seem to be creating them with a `null` or `undefined` id. This is problematic for functionality that relies on those ids being unique (…
-
### Issue Summary
Due to some client requirement, I had to add a ModelAdmin for one of our custom Page types to our Wagtail-based site.
The class itself is very simple:
```
class NewsPage(Pa…