]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
Incluir MochiKit para empezar a ponerle magia AJAXosa.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 14 Feb 2007 00:04:25 +0000 (00:04 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 14 Feb 2007 00:04:25 +0000 (00:04 +0000)
sercom/config/app.cfg
sercom/templates/login.kid

index 0fd1447746bc3524060cfebae8abc7e72daceaf1..5131ba31dc8a32410e1e40834038fcb8fb095a4c 100644 (file)
@@ -28,7 +28,7 @@
 
 # List of Widgets to include on every page.
 # for exemple ['turbogears.mochikit']
-# tg.include_widgets = []
+tg.include_widgets = ['turbogears.mochikit']
 
 # Set to True if the scheduler should be started
 # tg.scheduler = False
index 5d7a239ceadb224d0138064cf59dba1d24f7de8c..0cf80a7bac7ffa58fd94dd7797d1a83bea97c0cb 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:py="http://purl.org/kid/ns#">
+<?python import sitetemplate ?>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#" py:extends="sitetemplate">
 
 <head>
     <meta content="text/html; charset=UTF-8"