From 9af296c2b49a01b145360453aa7cd1348d3bd11f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Mar 2011 15:17:59 +0100 Subject: renamed service to entity and implemented add-member dialog --- templates/apps/membership/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/apps/membership/edit.html') diff --git a/templates/apps/membership/edit.html b/templates/apps/membership/edit.html index e9074b0..8174aea 100644 --- a/templates/apps/membership/edit.html +++ b/templates/apps/membership/edit.html @@ -1,6 +1,6 @@ {% extends "edit_fieldsets.html" %} {% block widgets %} - $('#form').formwizard({ + $('#wizard').formwizard({ validationEnabled: true, focusFirstInput: true, textSubmit: "Finish" -- cgit v1.1