Commit 551dd78e authored by James Esguerra's avatar James Esguerra

Added form for home page

parent fde50e5a
from django import forms
class HomeForm(forms.Form):
name = forms.CharField(label='User Name', max_length=100)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment