From 958e98c4df6a9d546ad2a2934cc61493e87a1ef0 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 26 Aug 2010 20:23:00 +0200 Subject: Make add redirect to add --- controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index 190804a..4aea9cd 100644 --- a/controller.py +++ b/controller.py @@ -68,7 +68,7 @@ class Add: e.expense = decimal.Decimal(f.expense.value) e.description = f.description.value - raise web.seeother("/") + raise web.seeother("/add") else: return self.render(f) -- cgit v1.2.3-70-g09d2 to
Portato - A Portage GUIRené 'Necoro' Neumann
summaryrefslogtreecommitdiff
path: root/portato/db/sql.py (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-15Correctly handle exceptionsRené 'Necoro' Neumann2-5/+13
2009-08-15Renamed 'mq' to 'ipc'René 'Necoro' Neumann5-21/+21
2009-08-15Finish mq moduleRené 'Necoro' Neumann2-7/+8
2009-08-15Moved all the include stuff to the pxdRené 'Necoro' Neumann2-39/+62
2009-08-15Add module to setup.pyRené 'Necoro' Neumann1-7/+4
2009-08-15First try of own mq-moduleRené 'Necoro' Neumann3-13/+185
2009-08-15Use message queue instead of SHMRené 'Necoro' Neumann2-51/+26
2009-08-15Honor missing eix moduleRené 'Necoro' Neumann1-2/+7
2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-1/+1
2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-0/+3
2009-08-14Change config and changelogRené 'Necoro' Neumann2-1/+6
2009-08-14Allow to disable eix in setup.pyRené 'Necoro' Neumann1-8/+17
2009-08-14Correct setup.pyRené 'Necoro' Neumann1-2/+17