summaryrefslogtreecommitdiff
path: root/tests/regressiontests/comment_tests/custom_comments/forms.py
blob: b788cdcf29832a766250484c2e7d130cef1b628d (plain)
1
2
3
4
from django import forms

class CustomCommentForm(forms.Form):
    pass