Added view to list supported file formats and reported by the converter backend

This commit is contained in:
Roberto Rosario
2011-06-18 00:51:32 -04:00
parent 5e5d6ee56d
commit 9250a6bbdc
9 changed files with 138 additions and 14 deletions
+4
View File
@@ -1,3 +1,7 @@
from django.utils.translation import ugettext_lazy as _
TRANFORMATION_CHOICES = {
u'rotate': u'-rotate %(degrees)d'
}
formats_list = {'text': _('file formats'), 'view': 'formats_list', 'famfam': 'pictures'}