diff pylons_app/controllers/admin/users.py @ 374: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 871c0dd1301c
children 12bdf5496788 ebdd1a89cdd9
line wrap: on
line diff
--- a/pylons_app/controllers/admin/users.py	Wed Jul 14 18:15:37 2010 +0200
+++ b/pylons_app/controllers/admin/users.py	Wed Jul 14 18:31:06 2010 +0200
@@ -76,7 +76,6 @@
                 defaults=errors.value,
                 encoding="UTF-8")
         except Exception:
-            
             h.flash(_('error occured during creation of user') \
                     % request.POST.get('username'), category='error')            
         return redirect(url('users'))