From 88cd2f86751621d73574ac56a9d6c4bedcbdd3d5 Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Sun, 11 Sep 2011 05:25:42 +0200 Subject: Fix #24 on Authentication and New project forms usability. - Do not display anymore the identifier field in home. - Let the user enter the id if the slug generated from project name already exists as a project id. - Moved get_billform_for from 'utils' to 'forms', to avoid issue (was 'from forms import ...' into utils, and 'from utils import ...' into forms, which causeed an error). --- budget/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/run.py') diff --git a/budget/run.py b/budget/run.py index b1fad19..c01dcdb 100644 --- a/budget/run.py +++ b/budget/run.py @@ -1,5 +1,5 @@ from web import main, db, mail -import api +#import api from flask import * -- cgit v1.1