First commit
This commit is contained in:
commit
dc05952f76
46 changed files with 1752 additions and 0 deletions
12
cms/forms.py
Normal file
12
cms/forms.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
'''
|
||||
Created on 17 nov. 2012
|
||||
|
||||
@author: alzo
|
||||
'''
|
||||
|
||||
from django import forms
|
||||
|
||||
class DocumentForm(forms.Form):
|
||||
docfile = forms.FileField(label='Selectionner un fichier',
|
||||
help_text='Taille max.: 42 megabytes')
|
||||
Loading…
Add table
Add a link
Reference in a new issue