gaia_cob_pmp.app.forms.researcher ================================= .. py:module:: gaia_cob_pmp.app.forms.researcher Attributes ---------- .. autoapisummary:: gaia_cob_pmp.app.forms.researcher.User Classes ------- .. autoapisummary:: gaia_cob_pmp.app.forms.researcher.ResearcherForm gaia_cob_pmp.app.forms.researcher.ProfileForm gaia_cob_pmp.app.forms.researcher.ProfileChangeForm Module Contents --------------- .. py:data:: User .. py:class:: ResearcherForm(**kwargs) Bases: :py:obj:`iommi.Form` Handles the common setup for researcher-based forms. .. py:class:: Meta .. py:attribute:: auto__model .. py:class:: ProfileForm(**kwargs) Bases: :py:obj:`iommi.Form` Handles displaying both user details and researcher details. .. py:attribute:: user .. py:attribute:: researcher .. py:class:: Meta .. py:attribute:: title :value: 'Researcher Profile' .. py:class:: ProfileChangeForm(**kwargs) Bases: :py:obj:`iommi.Form` Handles editing both user details and researcher details. .. py:attribute:: user .. py:attribute:: researcher .. py:class:: Meta Lets you nest edits to both the user and researcher model in one form. https://docs.iommi.rocks/cookbook_forms.html#how-do-i-nest-multiple-forms .. py:attribute:: actions__submit__post_handler .. py:attribute:: title :value: 'Change Profile'