We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7c58f commit ccca9e4Copy full SHA for ccca9e4
ckanext/matolabtheme/views.py
@@ -9,7 +9,7 @@
9
blueprint = Blueprint("matolabtheme", __name__)
10
11
import ckan.logic.schema
12
-from ckan.common import config, request, current_user
+from ckan.common import _, config, request, current_user
13
import ckan.lib.navl.dictization_functions as dict_fns
14
from ckan.views.home import CACHE_PARAMETERS
15
import ckan.logic as logic
0 commit comments