This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cms-ajax-text-plugin/cms_ajax_text_plugin/forms.py

8 lines
179 B
Python

from .models import TextWithExtraArgs
from cmsplugin_text_wrapper.forms import TextForm
class TextWithExtraArgsForm(TextForm):
class Meta:
model = TextWithExtraArgs