/tests/regressiontests/comment_tests/custom_comments/forms.py
Python | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 084df53d23b494958c07cbd0de3d5736 MD5 | raw file
Possible License(s): BSD-3-Clause
- from django import forms
- class CustomCommentForm(forms.Form):
- pass