pdfs / textareas

This commit is contained in:
Sanj 2011-11-09 21:31:38 +05:30
parent 3a94659200
commit 2c60c19d81

View File

@ -54,7 +54,7 @@ def edit_item(request):
for f in fields:
if f['typ'] == 'short_text':
textinputs.append(f)
if f['typ'] == 'long_text':
if f['typ'] == 'large_text':
textareas.append(f)
context = RequestContext(request, {
'item': item,