Subversion Repositories SmartDukaan

Rev

Rev 241 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 241 Rev 290
Line 41... Line 41...
41
    error = ErrorController()
41
    error = ErrorController()
42
 
42
 
43
    @expose('wiki20.templates.index')
43
    @expose('wiki20.templates.index')
44
    def index(self):
44
    def index(self):
45
        """Handle the front-page."""
45
        """Handle the front-page."""
-
 
46
        forms = {'indiaplaza':'form_indiaplaza','infibeam':'form_infibeam',
-
 
47
                 'univercell':'form_univercell','naaptol':'form_naaptol',
-
 
48
                 'babuchak':'form_babuchak','mobilestore':'form_mobilestore'}
-
 
49
        
46
        return dict(page='index')
50
        return dict()
47
 
51
 
48
    @expose('wiki20.templates.about')
52
    @expose('wiki20.templates.about')
49
    def about(self):
53
    def about(self):
50
        """Handle the 'about' page."""
54
        """Handle the 'about' page."""
51
        return dict(page='about')
55
        return dict(page='about')