diff pylons_app/templates/index.html @ 350:664a5b8c551a

Added application settings, are now customizable from database fixed all instances of sqlachemy to be removed() after execution.
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Jul 2010 18:31:06 +0200
parents 9c390ca19deb
children 558eb7c5028f
line wrap: on
line diff
--- a/pylons_app/templates/index.html	Wed Jul 14 18:15:37 2010 +0200
+++ b/pylons_app/templates/index.html	Wed Jul 14 18:31:06 2010 +0200
@@ -1,10 +1,10 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base/base.html"/>
 <%def name="title()">
-    ${c.repos_prefix} Mercurial Repositories
+    ${c.repos_prefix}
 </%def>
 <%def name="breadcrumbs()">
-	${c.repos_prefix} Mercurial Repositories
+	${c.repos_prefix}
 </%def>
 <%def name="page_nav()">
 	${self.menu('home')}