Changeset 1388
- Timestamp:
- 01/28/11 06:16:01 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/chat/pages/StartWebChatBase.py
r1164 r1388 146 146 147 147 # write template 148 template = HelpIM.chat.templates.Chat.Template( )148 template = HelpIM.chat.templates.Chat.Template(*pargs, **kwargs) 149 149 return "text/html; charset=utf-8", template.compose(self.translations, self.configs) 150 150
