Skip to content

Commit

Permalink
[#2939] Remove ckan.forms from controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 9, 2012
1 parent b3f7d55 commit 47f1764
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ckan/controllers/group.py
Expand Up @@ -13,7 +13,6 @@
from ckan.logic import NotFound, NotAuthorized, ValidationError
from ckan.logic import check_access, get_action
from ckan.logic import tuplize_dict, clean_dict, parse_params
import ckan.forms
import ckan.logic.action.get
import ckan.lib.search as search
import ckan.new_authz
Expand Down Expand Up @@ -540,7 +539,6 @@ def history(self, id):
def _render_edit_form(self, fs):
# errors arrive in c.error and fs.errors
c.fieldset = fs
c.fieldset2 = ckan.forms.get_package_group_fieldset()
return render('group/edit_form.html')

def _update(self, fs, group_name, group_id):
Expand Down
1 change: 0 additions & 1 deletion ckan/controllers/package.py
Expand Up @@ -25,7 +25,6 @@
parse_params,
flatten_to_string_key)
from ckan.lib.i18n import get_lang
import ckan.forms
import ckan.authz
import ckan.rating
import ckan.misc
Expand Down

0 comments on commit 47f1764

Please sign in to comment.