Для шаблона main параметры сделаны необязательными

This commit is contained in:
Anastasia
2015-06-11 11:07:42 +05:00
parent ec6fbc0607
commit 36d5b32628
7 changed files with 16 additions and 7 deletions

View File

@@ -89,6 +89,9 @@ class DesignerTable(tables.Table):
def render_sum_price(self, value):
return '%0.1f' % value
class Meta:
attrs = {'class': 'paleblue'}
class SketchesTable(tables.Table):
sketch_file = tables.FileColumn(verbose_name = 'Имя файла')