165
165
class CodeOfConductSetView(LaunchpadView):
166
166
"""Simple view class for CoCSet page."""
171
169
class SignedCodeOfConductAddView(LaunchpadFormView):
172
170
"""Add a new SignedCodeOfConduct Entry."""
173
171
schema = ISignedCodeOfConduct
174
172
field_names = ['signedcode']
180
174
@action('Continue', name='continue')
181
175
def continue_action(self, action, data):
182
176
signedcode = data["signedcode"]