v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-18 07:10:09 -07:00
pol/frontend/frontend/forms.py
Alexandr Nesterenko e872513c33 setup page started
2015-11-27 15:50:58 +00:00

6 lines
183 B
Python

from django import forms
class IndexForm(forms.Form):
url = forms.CharField(max_length=2000, widget=forms.TextInput(attrs={'class': 'input-xxlarge', 'placeholder': 'http://'}))