You've already forked hotpocket
BTHLABS-50: Safari Web extension
Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl> Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
@@ -61,3 +61,11 @@ class Form(forms.Form):
|
||||
template=self.get_form_actions_template(),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
class ConfirmationMixin(forms.Form):
|
||||
canhazconfirm = forms.CharField(
|
||||
label='',
|
||||
required=True,
|
||||
widget=forms.HiddenInput,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user