diff options
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 5c3de7b77..d0c2bb035 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -298,6 +298,11 @@ class ManageOldType(object): self.fields[field_name].help_text = model.get_help() +class CustomForm(object): + form_admin_name = "" + form_slug = "" + + class DocumentGenerationForm(forms.Form): """ Form to generate document by choosing the template |