1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/campaigns/forms.py

6 lines
110 B
Python
Raw Normal View History

2021-08-29 13:58:21 +02:00
from django import forms
class CampaignForm(forms.Form):
name = forms.CharField(widget=forms.TextInput)