]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
version id...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2006 22:47:41 +0000 (22:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2006 22:47:41 +0000 (22:47 +0000)
doc/build/content/document_base.myt

index 9c59cdb35c40c45cd1e417a8aebc1bf3b3006f82..d291240b1144a3ffc8204d0c655db977a8ac2358 100644 (file)
@@ -30,9 +30,9 @@
 <%method title>
 % try:
 #  avoid inheritance via attr instead of attributes
-    <% m.base_component.attr['title'] %> - SQLAlchemy 0.1 Documentation
+    <% m.base_component.attr['title'] %> - <% self.owner.attr['title'] %>
 % except KeyError:
-    SQLAlchemy 0.1 Documentation
+    <% self.owner.attr['title'] %>
 %
 </%method>
 
@@ -40,3 +40,4 @@
 
 
 
+