Source code for collecting_society_web.views.forms.edit_declaration

# For copyright and license terms, see COPYRIGHT.rst (top level of repository)
# Repository: https://github.com/C3S/collecting_society_web

from portal_web.views.forms import FormController


[docs] class EditDeclaration(FormController): pass