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

5 lines
110 B
Python

from django import forms
class CampaignForm(forms.Form):
name = forms.CharField(widget=forms.TextInput)