fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update the notice.
[redakcja.git]
/
src
/
fileupload
/
forms.py
1
# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3
#
4
from django import forms
5
6
class UploadForm(forms.Form):
7
files = forms.FileField()