Add views to upload and download detached signatures

This commit is contained in:
Roberto Rosario
2011-12-06 01:51:00 -04:00
parent 755d140132
commit 2e829b3be4
4 changed files with 82 additions and 8 deletions

View File

@@ -11,3 +11,9 @@ class KeySearchForm(forms.Form):
label=_(u'Term'),
help_text=_(u'Name, e-mail, key ID or key fingerprint to look for.')
)
class DetachedSignatureForm(forms.Form):
file = forms.FileField(
label=_(u'Signature file'),
)