# HG changeset patch # User Mads Kiilerich # Date 2015-03-25 20:17:35 # Node ID 6a4f13866fe6f81b21682911bf4d3f2e73182c09 # Parent 326a9336fbe574acd666d30d29010f34608a9cf6 gists: add missing formencode.htmlfill import diff --git a/kallithea/controllers/admin/gists.py b/kallithea/controllers/admin/gists.py --- a/kallithea/controllers/admin/gists.py +++ b/kallithea/controllers/admin/gists.py @@ -28,7 +28,7 @@ Original author and date, and relevant c import time import logging import traceback -import formencode +import formencode.htmlfill from pylons import request, response, tmpl_context as c, url from pylons.controllers.util import redirect diff --git a/kallithea/templates/admin/gists/new.html b/kallithea/templates/admin/gists/new.html --- a/kallithea/templates/admin/gists/new.html +++ b/kallithea/templates/admin/gists/new.html @@ -57,8 +57,8 @@ ${h.submit('public',_('Create Public Gist'),class_="btn btn-mini")} ${h.reset('reset',_('Reset'),class_="btn btn-mini")} - ${h.end_form()} - +