From 7cea8c2fb04e1068eb8656a8d104b317cfe29ea1 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 7 Aug 2012 11:21:48 -0500 Subject: [PATCH] confirmation before exiting the edit page --- VERSION | 2 +- applications/admin/views/default/edit.html | 5 +++++ gluon/tools.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 179086b9..77e758e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-07 09:33:26) dev +Version 2.00.0 (2012-08-07 11:21:45) dev diff --git a/applications/admin/views/default/edit.html b/applications/admin/views/default/edit.html index 2456aa22..29085493 100644 --- a/applications/admin/views/default/edit.html +++ b/applications/admin/views/default/edit.html @@ -171,3 +171,8 @@ window.onload = function() { {{pass}} + diff --git a/gluon/tools.py b/gluon/tools.py index 17f68ec2..00bfb41d 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1,4 +1,4 @@ -#!/bin/python +!/bin/python # -*- coding: utf-8 -*- """