from django import forms

class addContributionForm (forms.Form):
    title = forms.CharField()