Describe the bug
I installed form_builder and try to use it, but i got this error "Exception when rendering template in FormPlugin (id=4673)
NoReverseMatch: 'form_builder' is not a registered namespace".
Now i Added path("forms/", include("djangocms_form_builder.urls", namespace="form_builder")), in my urls.py and it works.
Its the second time for the same error, in the first error it works without i must do anything, but now i must add in my urls.py to fix it.