Ignore:
Timestamp:
15 Sep 2006, 13:06:52 (18 years ago)
Author:
joachim
Message:

using home_student as defaultview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r519 r523  
    360360        if v and type(v) is StringType:
    361361            p,b,n = v.split('-')
    362             v = ScratchCardPin(v,b,n)
     362            v = ScratchCardPin(p,b,n)
    363363        if v:
    364364            b = '%s' % v.b
     
    371371            datastructure[widget_id+'_b'] = b
    372372            datastructure[widget_id+'_n'] = n
    373            
    374 ###)
    375 
    376 
    377373        return meth(mode=mode,
    378374                    datastructure=datastructure,
    379375                    prefix=self.prefix,
    380                     value=v,
    381376                    )
     377    ###)
    382378
    383379
Note: See TracChangeset for help on using the changeset viewer.