[Mpuls-commits] r1943 - wasko/branches/2.0/jmdweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 15 11:36:47 CET 2010
Author: torsten
Date: 2010-03-15 11:36:46 +0100 (Mon, 15 Mar 2010)
New Revision: 1943
Modified:
wasko/branches/2.0/jmdweb/controllers/caseappointment.py
Log:
* jmdweb/controllers/caseappointment.py: Improt checkPrivacyStatement
from lib/dialogs
Modified: wasko/branches/2.0/jmdweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/caseappointment.py 2010-03-15 10:34:23 UTC (rev 1942)
+++ wasko/branches/2.0/jmdweb/controllers/caseappointment.py 2010-03-15 10:36:46 UTC (rev 1943)
@@ -8,6 +8,7 @@
from mpulsweb.lib.security import checkRole
from mpulsweb.lib.helpers import url_for, dd_mm_YYYY, HH_MM
+from mpulsweb.lib.dialogs import checkPrivacyStatement
from mpulsweb.controllers.appointment import \
DELETE_APPOINT_NOTIFICATION_SUCCESS, \
DELETE_APPOINT_NOTIFICATION_FAILED, \
@@ -24,7 +25,6 @@
from jmdweb.lib.validators import CreateAppointmentForm
from jmdweb.model.appointment import CaseAppointmentOverview, \
CaseAppointmentFactory, CaseReminderOverview
-from jmdweb.controllers.case import checkPrivacyStatement
log = logging.getLogger(__name__)
More information about the Mpuls-commits
mailing list