0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-06 13:55:27 +00:00
healthchecks_healthchecks/hc/payments/forms.py
2017-08-07 20:18:58 +03:00

5 lines
119 B
Python

from django import forms
class BillToForm(forms.Form):
bill_to = forms.CharField(max_length=500, required=False)