Hello, I have created a form that is added to a page using decorators in a page processor. This is the form:
class ExperimentForm(forms.Form): nombre = forms.CharField() texto = RichTextField().formfield() The problem I have is to display "RichTextField().formfield()" to registered users who are not superusers. I do not know what to do to achieve it. In advance I appreciate the help -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
