Get the actual view to use. If a default page is set, its id will be returned. Else, the current layout's page template id is returned. Definition at line 74 of file interfaces.py. 00074 : """ Get the actual view to use. If a default page is set, its id will be returned. Else, the current layout's page template id is returned. """ def __call__():
|