+forms.py forms api
This commit is contained in:
parent
3119a25533
commit
75325d5894
7
TiendaOnline/gestionPedidos/forms.py
Normal file
7
TiendaOnline/gestionPedidos/forms.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django import forms
|
||||
|
||||
class FormContacto(forms.Form):
|
||||
asunto = forms.CharField()
|
||||
email = forms.EmailField()
|
||||
msj = forms.CharField()
|
||||
|
Loading…
Reference in New Issue
Block a user