Added view to list supported file formats and reported by the converter backend
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user