app/soc/views/helper/widgets.py
changeset 324 05e21c089be6
parent 274 56e1c1721299
child 335 9c1a6e02ebec
equal deleted inserted replaced
323:ff1a9aa48cfd 324:05e21c089be6
    22   ]
    22   ]
    23 
    23 
    24 
    24 
    25 import copy
    25 import copy
    26 
    26 
    27 from django import newforms as forms
    27 from django import forms
    28 from django.newforms import util
    28 from django.forms import util
    29 from django.newforms import widgets
    29 from django.forms import widgets
    30 from django.utils import html
    30 from django.utils import html
    31 from django.utils import simplejson
    31 from django.utils import simplejson
    32 from django.utils import safestring
    32 from django.utils import safestring
    33 
    33 
    34 
    34