From bc0b2364b1a22ecc9662ddfce1a4bd314f38f79b Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 20 Sep 2011 11:01:05 +0200 Subject: removed entity model, celery --- templates/apps/membership/edit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/apps/membership/edit.html') diff --git a/templates/apps/membership/edit.html b/templates/apps/membership/edit.html index 06d033b..f77cd7f 100644 --- a/templates/apps/membership/edit.html +++ b/templates/apps/membership/edit.html @@ -4,11 +4,11 @@ validationEnabled: true, focusFirstInput: true, textSubmit: "Finish", - validationOptions: { - rules: { - username: 'validUser' - } - } + //validationOptions: { + // rules: { + // username: 'validUser' + // } + //} }); $('#id_username').autocomplete({ source: "/user/search.json", -- cgit v1.1