source: waeup_product/trunk/skins/waeup_default/getWAeUPWidgets.py @ 155

Last change on this file since 155 was 57, checked in by joachim, 19 years ago

=more

  • Property svn:keywords set to Id
File size: 278 bytes
RevLine 
[19]1widgets = {
[20]2        'StudentId Widget': {
3            'type': 'StudentId Widget Type',
4            'data': {},
5            },
6        'Scratchcard Pin Widget': {
[57]7            'type': 'Scratchcard Pin Widget Type',
[20]8            'data': {},
9            },
[19]10        }
11
12return widgets
Note: See TracBrowser for help on using the repository browser.