changeset 77:e2600310e0b2

bugfix fot admin template
author Marcin Kuzminski <marcin@python-blog.com>
date Wed, 14 Apr 2010 00:51:23 +0200
parents 71401840ed86
children 6f524697f79d
files pylons_app/templates/admin.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/admin.html	Tue Apr 13 22:32:53 2010 +0200
+++ b/pylons_app/templates/admin.html	Wed Apr 14 00:51:23 2010 +0200
@@ -34,7 +34,7 @@
     <br/>
     <div>
         <h2>Welcome ${c.admin_username}</h2>
-        <div>${_('Last 10 user actions')</div>
+        <div>${_('Last 10 user actions')}</div>
         %if c.users_log:
 	        <table>
 	        <tr>